Website 👉 https://www.scalabridge.org
ScalaBridge workshops are intended to teach people from underrepresented populations programming using the Scala programming language.
Note: You do not have to be a woman to be underrepresented in tech. Diversity comes in many forms: race, gender, age, religion, culture, sexual orientation, socioeconomic background, etc. If at any point, you feel excluded from any ScalaBridge event, please do not hesitate to reach out to ScalaBridge Organization.
The following install instruction is written based on the jekyll Doc.
For the impatient, here's how to get a boilerplate Jekyll site up and running.
-
Install the Ruby development environment
-
Install Jekyll and bundler gems
~ $ gem install jekyll bundler
- Change into the website directory
~ $ cd website
- Install all gems needed for the website
~/website $ bundle install
- Build the site locally
~/website $ bundle exec jekyll serve
- Now browse to http://localhost:4000
If you're running into problems, ensure you have all the requirements installed.
You can contribute to building a diverse Scala community by contributing to the ScalaBridge organization or by being a ScalaBridge organizer. See our contributor guide for more details.
All code of the website is under the MIT license. Please visit LICENSE for more details.