New home for the devedmonton.com website
Fostering a stronger software development community in Edmonton.
Note that all of these commands have been tested and used on Mac/unix machines, if you are on windows and these do not work for you look in the contributing guidelines for help.
# switch to project node version
$ nvm use
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build production bundle and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
# run the linter
$ npm run lint # check for linting errors
$ npm run lint:fix # fix linting errors
# run pr checks
$ npm run pr-checks
For detailed explanation on how things work, check out Nuxt docs.
Icons sourced from Iconify
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!