8000 GitHub - sentimony/sentimony-nuxt: Sentimony Records site on NuxtJS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sentimony/sentimony-nuxt

Repository files navigation

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! :)

0