OpenTechSchool / website-relaunch

🚀 🖥 Rebuilding the opentechschool.org website
http://website-relaunch.opentechschool.org/
8 stars 5 forks source link
jekyll learn-by-doing opensource pr-welcome source-code

Realunching OpenTechSchool Website

On this repository we are working on the version 2.0 of OTS Website

Travis Build Status Chat with us at https://gitter.im/OpenTechSchool/www.opentechschool.org OTS Forum

Why a new website?

Ots community grow a lot since the time we build our current website, we have now new chapters, new formats but in particular we have more users interested in our community. Reason why we need to rethink about our website, starting from the UX and giving some refresh to our UI too.
In order to build this new website we need the help of all our community so if you are ready to contribute check the links below to know where to start.

How can i contribute?

  1. Read our code of condaction
  2. Check our open Issues
  3. Read our contributing guideline
  4. Set up the website locally
  5. Got issues? get in touch

Requirements

To set up the website locally and to contribute you need:

We also provide a [Vagrant file]()

Build with

This project is built with the help of

Quick start

  1. run bundle install to grab ruby dependencies
  2. clean up jekyll's build directory: rm -r _site/*
  3. build and serve the site: jekyll serve
  4. Navigate to http://localhost:4000

Thank you ♡