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
- Host: GitHub
- URL: https://github.com/potlock/bos-app-alem
- Owner: PotLock
- Created: 2024-03-26T13:35:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T19:32:54.000Z (about 2 years ago)
- Last Synced: 2024-05-23T00:26:22.748Z (about 2 years ago)
- Topics: alem, blockchain-operating-system, bos, direct-donations, near, near-protocol, potlock, public-goods-funding
- Language: TypeScript
- Homepage: https://app.potlock.org/
- Size: 896 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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
```