Skip to main content

Running source

Requires installed Yarn & Node > v16 version.

Installing dependencies

Use this command in project directory to install dependencies:

yarn

Running source code

Use this command in project directory to run project in development environment:

yarn run dev

Then this project will run at http://localhost:3000