Skip to content

c19k/website-source

Repository files navigation

covid19kerala.info Main website

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.

CODD-K Members

List of CODD-K members is plublished at https://team.covid19kerala.info/

Contributing Code

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.

Requirements

  • NodeJS

Build Instructions

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/

Code Re-use

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.