You can check the live version of the site at [stealdog.neocities.org][https://stealdog.neocities.org/].
- svelte/kit
- sass
- typescript
- Neocities API
- Clone the project. Run
npm i
in the main directory. (I use node 16 if that helps). - Run
npm run dev
and navigate to localhost:3000
- Run
npm run build
andnpm run preview
. Check localhost:3000 to make sure it's working. - Add your neocities API key to the
.env
- Run
npm run deploy