mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +00:00
19 lines
334 B
Markdown
19 lines
334 B
Markdown
|
# sonr.id
|
||
|
|
||
|
A public decentralized web node client for the Sonr Network.
|
||
|
|
||
|
## Development
|
||
|
|
||
|
### Prerequisites
|
||
|
|
||
|
- Bun
|
||
|
- Devbox
|
||
|
- Docker
|
||
|
|
||
|
### Setup
|
||
|
|
||
|
1. Install [Devbox](https://github.com/jetpack-io/devbox)
|
||
|
2. Install [Bun](https://bun.sh/docs/installation)
|
||
|
3. Install [Docker](https://docs.docker.com/get-docker/)
|
||
|
4. Run `devbox run dev`
|