This project is a clone of https://covid19japan.com/. Built and maintained by Shane Reustle (Reustle K.K.) and many other contributors. Original concept and design by Jiahui Zhou.
List of CODD-K members is plublished at https://team.covid19kerala.info/
If you would like to contribute features / refactor / etc, please open an Issue on this repo - We can then open a new Pull Request if it is deemed in line with the projects goals.
- NodeJS
Set up environment
npm install
Build once:
npm run build
Build continuously:
npm run watch
Start Server:
npm run start
# or run continuous build + server
npm run start-webpack
Build for production (minified):
npm run build-prod
You will now be able to access the site at http://localhost:4000/
The code for this project is released under the MIT License. You are free to re-use it but we ask that you please include a link back to the COVID-19 Japan website or the GitHub repository.