PotLock application. Project built using Além.
You can access Potlock using one of the environments below:
- Install packagesCreate the
.env
file with the following content:
NODE_ENV=development
- Install packagesInstall dependencies
yarn install
- Start development
yarn start
# This command below won't open a new browser tab
# yarn start -no-open