Skip to content

PotLock/bos-app-alem

Repository files navigation

PotLock - BOS App

PotLock application. Project built using Além.

You can access Potlock using one of the environments below:

Getting Started

  1. Install packagesCreate the .env file with the following content:
NODE_ENV=development
  1. Install packagesInstall dependencies
yarn install
  1. Start development
yarn start

# This command below won't open a new browser tab
# yarn start -no-open