Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 244 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 244 Bytes

Quick start:

yarn && yarn start

// or npm
npm install && npm run start

Step by step

First, install dependenciesL

yarn

// or npm
npm install

Then start the project:

yarn start

// or npm
npm run start