Installation
Download¶
Clone or fork the repo.
git clone https://github.com/yihong0618/running_page.git
Installation requiements and test¶
pip3 install -r requirements.txt
yarn install
yarn develop
Build Static Site¶
When all arguments are correctly set in the following guide, then you can build static site.
yarn build
All static files will be in /public
folder now.