Add a README in www

This commit is contained in:
Pierre Krieger 2017-06-25 16:18:35 +02:00
parent ef2fc7577f
commit cf65832601

10
www/README.md Normal file
View File

@ -0,0 +1,10 @@
# Source code of the vulkano website
To run the website, just do:
```rust
ADDR=0.0.0.0:8000 cargo run
```
The `deploy.pub` and `deploy.enc` files are the public and private keys used by travis to deploy
the website.