Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 478 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 478 Bytes

The Rust slack inviter

This is the repo for https://rust-slack.herokuapp.com

This app was made to facilitate the access into the Rust Lang slack team.

https://rust-lang.slack.com

Running

cargo run

And the server will be running at: http://localhost:3000

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

LICENSE

MIT