Back to Drizzle Orm

README

README.md

latest1.3 KB
Original Source

πŸš€ Project Structure

MDX files are located in this folder:

text
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ content/
β”‚   β”‚   └── docs

Announcements markdown files:

text
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€data/
β”‚   β”‚   └── announcements

Roadmap markdown file:

text
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€data/
β”‚   β”‚   └── roadmap.md

Shipping section yaml file:

text
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€data/
β”‚   β”‚   └── shipping.yaml
progress: number
weeks:
  - date:
      start: "YYYY-MM-DD"
    details:
      - string

🧞 Commands

All commands are run from the root of the project, from a terminal:

CommandAction
pnpm installInstalls dependencies
pnpm run devStarts local dev server at localhost:4321
pnpm run buildBuild your production site to ./dist/
pnpm run previewPreview your build locally, before deploying
pnpm run astro ...Run CLI commands like astro add, astro check
pnpm run astro -- --helpGet help using the Astro CLI