An open API service indexing awesome lists of open source software.

https://github.com/potlock/bos-app-alem

Potlock BOS App
https://github.com/potlock/bos-app-alem

alem blockchain-operating-system bos direct-donations near near-protocol potlock public-goods-funding

Last synced: 5 months ago
JSON representation

Potlock BOS App

Awesome Lists containing this project

README

          

## PotLock - BOS App

PotLock application. Project built using [Além](https://alem.dev/).

You can access Potlock using one of the environments below:

- [Production](https://app.potlock.org/)
- [Staging](https://app.potlock.org/staging.potlock.near/widget/IndexLoader)

### Getting Started

1. Install packagesCreate the `.env` file with the following content:

```sh
NODE_ENV=development
```

2. Install packagesInstall dependencies

```sh
yarn install
```

3. Start development

```sh
yarn start

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