Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danmt authored Apr 25, 2022
1 parent 8c866e7 commit a5269f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bulldozer is a low code platform that uses abstractions that are common for deve

It consists of an Anchor workspace and an Angular application, the Anchor workspace holds the content of the Bulldozer program, it's used as decentralized storage. The reason we store all the data on-chain is that we want to unlock real-time collaboration while building systems.

![screenshot of bulldozer](https://user-images.githubusercontent.com/7496781/137217166-403c0780-4808-48d7-964a-49d8720c168a.png)
![screenshot_of_bulldozer](https://user-images.githubusercontent.com/7496781/165176684-c969cec9-2665-4cd4-a99e-608abb42dba2.png)

## Running Locally

Expand Down Expand Up @@ -35,6 +35,7 @@ Now you run these commands from the root path:
- `npx nx build bulldozer-programs`
- `npx nx deploy bulldozer-programs`
- `npx nx serve bulldozer-client`
- `npx nx serve broadcaster`

Those three commands will build the program, deploy it to your local validator instance and start a server at port 4200 with the client application.

Expand Down

0 comments on commit a5269f9

Please sign in to comment.