- Notifications
You must be signed in to change notification settings - Fork1
Potlock BOS App
NotificationsYou must be signed in to change notification settings
PotLock/bos-app-alem
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PotLock application. Project built usingAlé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