Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 577 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 577 Bytes

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