Skip to content

dieselpoint/groundlist.site

Repository files navigation

groundlist.site

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.

Git cheat sheet

first do a "yarn generate", "yarn start" to test

git status
git add -A
git commit -m "message here"
git pull origin master
git push origin master