Audioxide site implemented with Nuxt.js
# install dependencies
$ yarn install
# on first install, copy the example .env file and cache the API routes
$ yarn setup-env
$ yarn setup
# serve with hot reload at localhost:3000
$ yarn dev
# install dependencies
$ yarn install
# 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.