# Ghana Extractives Dashboard
## Getting started for development
- `npm install` or `yarn`
## Running the application for development
- `npm run start` or `yarn start`
## Building the application for deployment
- `npm run build` or `yarn build`
- The application should build to the `/dist` folder.