-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,31 @@ | ||
## PotLock - Using Além [WIP] | ||
## PotLock - BOS App | ||
|
||
PotLock application refactoring using Além. | ||
PotLock application. Project built using [Além](https://alem.dev/). | ||
|
||
[Access the staging app here.](https://app.potlock.org/staging.potlock.near/widget/IndexLoader) | ||
You can access Potlock using one of the environments below: | ||
|
||
### How to use | ||
- [Production](https://app.potlock.org/) | ||
- [Staging](https://app.potlock.org/staging.potlock.near/widget/IndexLoader) | ||
|
||
Create the `.env` file with the following content: | ||
### Getting Started | ||
|
||
1. Install packagesCreate the `.env` file with the following content: | ||
|
||
```sh | ||
NODE_ENV=development | ||
``` | ||
|
||
Install dependencies | ||
2. Install packagesInstall dependencies | ||
|
||
```sh | ||
yarn install | ||
``` | ||
|
||
Run the app | ||
3. Start development | ||
|
||
```sh | ||
yarn start | ||
|
||
# This command below won't open a new browser tab | ||
# yarn start -no-open | ||
``` |