https://github.com/vicainelli/cainelli.dev
https://github.com/vicainelli/cainelli.dev
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vicainelli/cainelli.dev
- Owner: vicainelli
- Created: 2018-09-04T08:09:07.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T22:42:30.000Z (over 1 year ago)
- Last Synced: 2024-12-28T04:47:01.498Z (about 1 year ago)
- Language: Astro
- Homepage: https://cainelli.dev
- Size: 4.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cainelli.dev
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :---------------------- | :------------------------------------------------- |
| `yarn install` | Installs dependencies |
| `yarn run dev` | Starts local dev server at `localhost:3000` |
| `yarn run build` | Build your production site to `./dist/` |
| `yarn run preview` | Preview your build locally, before deploying |
| `yarn run astro ...` | Run CLI commands like `astro add`, `astro preview` |
| `yarn run astro --help` | Get help using the Astro CLI |