Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 214 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 214 Bytes

WanSwap

Getting Started

Install dependencies.

$ npm i

Start dev server.

$ npm run dev

Build.

$ npm run build

Testing.

$ npm run dev:test
$ npm run test