https://textjam.github.io/winter2023/
built using astro
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 production site to ./dist/ |
npm run preview |
preview your build locally, before deploy |