Nuxt Based Static Site Generator for Hack for a Cause
Static Site Generator for Hack for a Cause website. Meant to be used in tandem with Github Pages to host the site.
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
docker-compose up
Ignore the “Listening on” output and access the site at http://localhost:3000/
# after forking this repo, clone the new repo
$ git clone <newrepo>
$ cd <project_directory>
# install dependencies
$ npm install # or yarn install
# do all your code edity stuff with that sweet nuxt
$ npm run dev
# lint/lintfix your code dummy
$ npm run lint
$ npm run lintfix
# if you want to just build and deploy you can do so (saves you some typing)
$ npm run pushlive
# At this point the gh-pages branch on your repo should be updated with the newly generated pages.