robgaston / aqi_demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AQI Demo

Getting Started

Install dependencies

yarn install

Development

To run the app locally, run the following from the root directory of your cloned repository:

yarn run serve

Building

Before deploying, you must first build the website by running the following command from the root directory:

yarn run build

Deployment

To deploy your latest code to the web, simply build (as per above) then commit and push your local changes to the master branch in Github.

About


Languages

Language:JavaScript 60.3%Language:HTML 28.7%Language:CSS 10.9%