An application that displays disability facilities around uwa eg turn this map into an interactive map (http://www.student.uwa.edu.au/__data/assets/pdf_file/0010/2902447/UWA-accessibility-map.pdf)
# Download the project
$ git clone https://github.com/codersforcauses/access-collective-web-app.git
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
-
Create new issue or assign yourself to existing issue
-
Pull the latest changes
-
Create your branch
-
Make your changes and commit
-
Merge any changes from master into your branch and resolve the merge conflicts
-
Make a pull request
./deploy.sh
If you get permission denied error
chmod 755 deploy.sh
https://github.com/nuxt/docs/blob/master/en/faq/heroku-deployment.md
live app: https://access-collective-web-app.herokuapp.com/
Set mode to spa in nuxt config then run npm run build
npm -g surge
cd dist
surge
live app: https://cold-animal.surge.sh/
- npm run generate:gh-pages
- Code formatter for IDE e.g. prettier or beautify
- Vetur for syntax highlighting and auto completion
- Git
For detailed explanation on how things work, checkout Nuxt.js docs.