Home page of ninjamarttinen.fi. Created with Nuxt.js.
Setup and run koulutettuninja-api first as this project is dependent on it.
API_URL=http://localhost:8000/api
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
For detailed explanation on how things work, check out Nuxt.js docs.
Rewrite this project with something else. Nuxt + Django is way too heavy for such a simple static site (even though there was a good reasoning behind it). Check out e.g. Astro.