Skip to content
Xiaohan Zhang edited this page Sep 27, 2018 · 1 revision

Use this website offline for your own personal use:

  1. Download the code here - use git clone or Download ZIP.
  2. Install yarn.
  3. In a terminal, go to into the hellochar.com folder.
  4. Run yarn install to install 3rd party dependencies.
  5. Once that finishes, run yarn start. This will start a local development server.
  6. Visit http://localhost:8080 and you should see the site!
Clone this wiki locally