Added README.md
This commit is contained in:
parent
9da559ff4f
commit
86f21fc6e6
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Learning BE with Rusts Rocket framework
|
||||
|
||||
How to run?
|
||||
|
||||
```bash
|
||||
# in development mode (with debugging) - slower/unoptimized
|
||||
cargo run
|
||||
|
||||
# in production mode - faster
|
||||
cargo run --production
|
||||
```
|
||||
|
||||
However, thereisn't much here, YET!
|
Loading…
x
Reference in New Issue
Block a user