Web development of Sentimony Records site
NuxtJS - framework for server-rendered VueJS applications
Firebase - realtime database by Google Developers
Disqus - comments
Netlify - automatic deploy & free hosting platform
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