The source files for the We Count website, built with Nuxt.
To work on the project, you need to install NodeJS and NPM for your operating system.
Then, clone the project from GitHub. Enter the following in your command line:
git clone https://github.com/inclusive-design/wecount.inclusivedesign.ca.git
From the root of the cloned project, enter the following in your command line:
npm ci
To run the website in local development mode, enter the following in your command line:
npm run dev
To lint JavaScript, CSS and Markdown files in the project (including JavaScript and CSS in Vue components), enter the following in the command line:
npm run lint
To build a static version of the website, enter the following in your command line:
nuxt generate
The static website's files will be in the newly-created dist
directory in the root of the project.
This repository is connected to Netlify. Updating the master branch will trigger a new build and deployment of the project to this temporary URL.
This work is licensed under a Creative Commons Attribution 4.0 International License.