This repository aims to, to a large extent, replicate the Chinese website Wuhan 2020 by the official wuhan2020 Github organisation. As the website is in Mandarin, it's catered to mostly, if not all, Chinese. Hence, we believe that our website can become the platform for the international market to contribute to the Wuhan crisis in China.
For now, our top priority feature is the goods donation feature, not money.
To run:
git clone https://github.com/cissa-opensource/wuhan2020-website.git wuhan2020-website
Then:
cd wuhan2020-website && yarn install
Once installation is done:
yarn run dev
Navigate to localhost:3000
in your browser.