# railsgirls.github.com **Repository Path**: mirrors_simi/railsgirls.github.com ## Basic Information - **Project Name**: railsgirls.github.com - **Description**: Rails Girls Guides - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-27 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rails Girls Guides Our aim is to give tools for women to understand technology. The Rails Girls events do this by providing a great first experience on building the Internet. Rails Girls was founded in end of 2010 in Helsinki. Originally intended as a onetime event, we never thought to see so many local chapters all around the world! This guide has been put together to help you get started. You can use our materials and instructions to roll out your own workshop in your city, workplace or kitchen! Read more about Rails Girls at http://railsgirls.com ## Quick start View the guides at http://guides.railsgirls.com or clone this repo and install & run [jekyll](https://github.com/mojombo/jekyll) ### Installing jekyll ``` $ cd railsgirls.github.com ``` ``` $ bundle install ``` ### Pygments and Code Highlighting The guides use the [pygments](http://pygments.org/) library to do syntax highlighting. If you don't have it installed you won't be able to see the highlight sections like the following: ``` {% highlight %} {% endhighlight %} ``` If you aren't editing the code blocks, you can safely ignore this. If you want pygments, you can follow the [install instructions](https://github.com/mojombo/jekyll/wiki/Install) in the "Pygments" section. ### Run jekyll ``` $ bundle exec jekyll serve --watch ``` ### Having trouble? You might find some useful hints in this jekyll issue if it's not working as expected: [Issue 503](https://github.com/mojombo/jekyll/issues/503) ## Contributing a Guide To contribute a guide, view the instructions at http://guides.railsgirls.com/contributing ## Twitter For updates and more follow [@railsgirls](https://twitter.com/railsgirls) ## Website & Blog Official website and blog for Rails Girls movement can be found at http://railsgirls.com ## E-mail list Global mailing list for Rails Girls events at http://groups.google.com/group/rails-girls-team ## Credits * Karri Saarinen / [@karrisaarinen](https://twitter.com/karrisaarinen) / [github](http://github.com/ksaa) * Linda Liukas / [@lindaliukas](https://twitter.com/lindaliukas) / [github](http://github.com/lindaliukas) * Vesa Vänskä / [@vesan](https://twitter.com/vesan) / [github](http://github.com/vesan) * Terence Lee / [@hone02](https://twitter.com/hone02) / [github](http://github.com/hone) ..and all the other coaches and people making Rails Girls awesome. Please add yourself!