decentralized-internet
Version:
An NPM library of programs to create decentralized web and distributed computing projects
35 lines (20 loc) • 369 B
Markdown
# This package is under construction and not yet in a production ready environment
# p2lara
**Decentralized LoraWan network based off of Ding.js**
```
npm install p2lara --save
```
## Development
Develop using docker-compose:
```
docker-compose up
```
Rebuild container:
```
docker-compose up --build
```
Without docker:
```
npm install
npm run dev
```