But why?
Well, to:
- save the original shrine from becoming history due to technical advancements.
- allow everyone to contribute to the project.
- keep the authentic design (for now), but make it usable on small screens.
- allow it to be used offline.
- Make sure it's freely usable.
- Lower the volume by roughly 11dB.
- Encode it to a low bitrate to keep file size small
- add it to the grooves folder
- add it to the
static/grooves.json
file
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
For detailed explanation on how things work, checkout Nuxt.js docs.