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#
To preview, run these commands in your terminal (as long as you’ve previously installed node):
git clone https://github.com/systers/systers.github.iocd systers.github.iogit checkout developnpm installnpm install -g @angular/cli- Run the command
npm run devto run the client side and server side simultaneously. - Run the command
npm run watchto run the server side code in development mode (The node instance restarts whenver you edit any javascript file).
If you have any questions or want to discuss something about this repo, please sign up for the AnitaB.org Open Source Zulip.
- 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.