https://github.com/danilowoz/danilowoz.com
https://github.com/danilowoz/danilowoz.com
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danilowoz/danilowoz.com
- Owner: danilowoz
- Created: 2018-01-13T17:03:21.000Z (about 8 years ago)
- Default Branch: next
- Last Pushed: 2025-01-26T21:03:26.000Z (12 months ago)
- Last Synced: 2025-03-18T23:41:25.675Z (10 months ago)
- Language: Astro
- Homepage: https://danilowoz.com
- Size: 42.1 MB
- Stars: 36
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro
## 🧞 Commands
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:3000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
## 👀 Want to learn more?
Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat).