Skip to content

Commit

Permalink
Add README info about how to start the server
Browse files Browse the repository at this point in the history
Fixes comnik#86 

Not at all sure you want this info here. 😄

If the info is appropriate, then maybe also inform about which port it starts listening to. (Something I think should be showing in the ”Server running” message.)
  • Loading branch information
PEZ authored Oct 15, 2019
1 parent db3c3ba commit f865bfc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ crate](https://docs.rs/log). Logging at a specific level can be
enabled by setting the `RUST_LOG` environment variable to
`RUST_LOG=declarative_dataflow=<level>`.

## Run

To start the server. From the root of the project:

```sh
$ cd server
$ cargo run
```

The first time you do this, the server will be compiled and then started.
Subsequent runs will will start the server instantly.

## Documentation

Crate documentation available on
Expand Down

0 comments on commit f865bfc

Please sign in to comment.