The Rails Girls Brussels team is working on a new Rails Girls guide, which does not start with a dive into Rails, but rather starts with an HTML page. Then we are slowly adding other concepts, making the bridge to why we want to automate things and have Rails in place.
To setup the project on your machine locally:
- clone the project to your machine:
git clone [email protected]:brug-be/railsgirls_guide.git
- run
bundle install
to install dependencies - run
jekyll serve
to start the local server
A current version of this guide is hosted on github pages. The short URL to get to the guide is http://bit.ly/RG-BXL.
If you want to contribute please open an issue and let's discuss or send us a pull request.