Project link: GitHub
Site link: Vercel
├── public/
├── src/
│ ├── components/
│ ├── layouts/
│ ├── pages/
| └── styles/
| └── global.css
├── astro.config.mjs
├── README.md
├── package.json
└── tsconfig.json
- Needs to have Node.js/npm installed: Download Link
Commands to run from the root in the terminal:
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |