Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 363 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 363 Bytes

emprops-core-showcase

Sample project showcasing emprops-core tools.

Run it

Install dependencies

yarn install

Setup the project

yarn setup

In case you don't have a .env file, create a copy of .env.example and name it .env so you can set the corresponding values

cp .env.example .env

Run it

yarn start