This is the main website for Systers Open Source. It contains information about our various open source projects, the programs we participate in (as well as their historical data), information about how to contribute, and general information about how to contact us.
In the future, we hope to add Google Calendar integration and additional orientation/onboarding materials.
Link: https://docs.google.com/document/d/18X83wQjltI2PyWmYqNx4cHvGdTBTu2NaWnlIizdsLO8/edit#
Link to the App: https://systers-github-io.herokuapp.com/
To preview, run these commands in your terminal (as long as you’ve previously installed node):
git clone https://github.com/systers/systers.github.io
cd systers.github.io
git checkout develop
npm install
npm install -g @angular/cli
- Run the command
npm run dev
to run the client side and server side simultaneously.
If you have any questions or want to discuss something about this repo, please sign up for the Systers Slack Channel and join the the #gh-pages channel.
- Tests are automatically run through Travis-CI for PR's.
- Currently the gsoc18-code branch is setup to deploy to heroku after a successful build, will be changed to the master branch in the future.