Local Covid-19 Stats & News
The overall goal of this project is to make a data hub for a community (city, town, village).
Live Site | Install | Setup | Contribute
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out Nuxt.js docs.
If you want to run the full site locally, you'll need to setup Environment Variables by creating a .env
file at the root of the project with the contents:
NODE_ENV=dev
PLACES_APP_ID=XXXXXXXXXXXX
PLACES_API_KEY=XXXXXXXXXXXX
API_URL=https://api.covid.readable.report
We use Nuxt dotenv module to pull in Environment Variables.
You can signup for a free Algolia Places account to get API keys.
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also use the labels to sort by feature or bug. We also have a contributing guide you can look at.
- Fork it
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request
Give a ⭐️ if this project helped you!
This project is MIT licensed.
👤 Readable Report
- Website: https://readable.report/