Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 751 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 751 Bytes

Rexo's Site

heya :3

Build

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

Command Action
yarn install Install dependencies
yarn dev Start the local dev server at localhost:4321
yarn build Build the production site (outputs to ./dist/)
yarn preview Preview the site locally before deploying
yarn astro ... Run CLI commands like astro add and astro check
yarn astro -- --help Get help using the Astro CLI