feat: initialize opencode project with Astro and Starlight
- Add package.json for project configuration and dependencies - Create content configuration for Starlight documentation - Add example guide and reference markdown files - Create index page for documentation with navigation and next steps - Set up TypeScript configuration for the project
This commit is contained in:
6
web/opencode/.gitignore
vendored
Normal file
6
web/opencode/.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
dist
|
||||
.astro
|
||||
node_modules
|
||||
.env
|
||||
.env.production
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user