This is the Frontend of opensource.org.rw, find the backend here
- develop branch(staging) is deployed at staging.opensource.org.rw
- master branch(production) is deployed at www.opensource.org.rw or opensource.org.rw
The main reason behind this website is to help people know:
- what we are building.
- stories inside our workspace.
- offer Services for our contributors.
- to implement the features from the backend, read this backend README
- join our slack workspace
- join slack channel called #opensource_org_rw
- check the pivotal tracker
- raise a ticket on pivotal tracker(if you gonna work on it) or issue github(if you need someone else to work on it)
It's mandatory to use NODE 12.X, the main stack is ReactJs, Bulma SCSS as a markup, and JQuery.
- clone this repo and cd to the working directory
- install dependencies by
npm install
note that yarn is not configured - start the app in development mode and hot reloading
npm run start:dev
- start the app in production mode
npm start
- running tests
npm test
- to generate a a build folder ES5
npm run build
- HAPPY CODING! 😎
ARE VERY WELCOMED 🙏, once your PR is merged don't forget to add yourself in file called AUTHORS
Licensed by BSD 3-Clause License