Personal website for Justin Swaney, hosted at jmswaney.com
# 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.
# Run jest on test/
yarn test
Checkout .github/ci.yml
for automated deployment on changes to master
branch. Uses peaceiris/actions-gh-pages@v3
to move dist/
folder to the gh-pages
branch (where GitHub is configured to serve the static site from).