A game to express my admiration about JingKe and my thought in that dynasty.
Visit Github Page: https://leteno.github.io/JingKe/
- Install Node.js, and typescript.
- Install required packages
npm install
- Run Script
./publish.sh
- Start a server:
python3 -m http.server 8000
in project root path, and visitlocalhost:8000/
for fun
- install jest
npm i jest @types/jest ts-jest typescript -D
- run jest in watch mode
npx jest -w