Skip to content

svenpanel/the-shrine-ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

the-shrine-ng

the shrine, 21st century edition

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.

Adding a groove

  1. Make sure it's freely usable.
  2. Lower the volume by roughly 11dB.
  3. Encode it to a low bitrate to keep file size small
  4. add it to the grooves folder
  5. add it to the static/grooves.json file

Build Setup

# 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.