Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 359 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 359 Bytes

Install node.

Install yarn:

npm install --global yarn

Install dependencies:

yarn install

Copy .env.example and rename it to .env .

Enter the missing values in the .env file.

Build and Test

Execute the project:

yarn start

Build:

yarn build