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.
Execute the project:
yarn start
Build:
yarn build
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.
Execute the project:
yarn start
Build:
yarn build