Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 230 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 230 Bytes

A Game of Wanchain


Getting Started

Install dependencies.

$ npm i

Start dev server.

$ npm run dev

Build.

$ npm run build

Testing.

$ npm run dev:test
$ npm run test