English | 简体中文
- Game Life Restart
- Clone project code.
git clone [email protected]:VickScarlet/lifeRestart.git my-project
cd my-project
- Installation dependence.
yarn install
Or
npm install
- Start local server.
yarn dev
Or
npm run dev
- Command Line version
node repl
- After the startup is complete, will automatically open a browser and visit http://localhost:8081/view/index.html.
More instructions at documentation。