https://github.com/vicainelli/perfectbite.nl
https://github.com/vicainelli/perfectbite.nl
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vicainelli/perfectbite.nl
- Owner: vicainelli
- Created: 2022-10-25T21:04:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T22:18:30.000Z (about 1 year ago)
- Last Synced: 2024-12-22T23:24:16.818Z (about 1 year ago)
- Language: Astro
- Homepage: perfectbite-website.vercel.app
- Size: 682 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Perfect Bite website
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |