Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 556 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 556 Bytes

play-rust

============

Build & run

You will need to have gulp installed globally then you can do this to start:

git clone git@github.com:RustBerlin/try-rust.git
cd try-rust
npm install
gulp

Tutorials

You can add tutorials into try-rust/src/tutorials. Just consider this:

  • url structure will be tutorials/FOLDERNAME/FILENAME
  • you always need to create a FILENAME.md and FILENAME.rs file

By opening the url /FOLDERNAME/FILENAME you will load the files /src/tutorials/FOLDERNAME/FILENAME.rs and /src/tutorials/FOLDERNAME/FILENAME.md