Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 852 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 852 Bytes

sentimony-nuxt

Web development of Sentimony Records site

Used

NuxtJS - framework for server-rendered VueJS applications

Firebase - realtime database by Google Developers

Disqus - comments

Netlify - automatic deploy & free hosting platform

Run

export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm use 12.16.1
npm i
npm run dev

Have fun! :)