https://textjam.github.io/spring2026/
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:4321 |
npm run build |
build production site to ./dist/ |
npm run preview |
preview your build locally, before deploy |
npm run lint |
lint with oxlint |
npm run lint:fix |
lint and auto-fix with oxlint |
npm run fmt |
format with oxfmt |
npm run fmt:check |
check formatting with oxfmt |