cerberus icon indicating copy to clipboard operation
cerberus copied to clipboard

Frontend for the Hades mentorship platform

Cerberus

Frontend for the Hades mentorship platform, built with elm.

  • Cerberus
    • What is Cerberus
    • Contributing
    • Prerequisities
    • Build Locally
    • Git Pages

What is Cerberus

We are building a open source platform for mentorships.

We believe in the power of mentors - having mentors but also being mentors.

We searched around and didn't find any free or open source solution that would fit this bill in a nice, clean and easy to use manner, so we decided to build one.

We invite you to join and leave your contribution as well.

Contributing

To start contributing you should:

  • Read our Code of Conduct
  • Have a look at our issues
  • Comment that you wanna work on one of them
  • Submit a PR
  • Check feedback on the PR and adjust if needed

We would very much appreciate your help! :)

Prerequisities

Build locally

  • Clone this project
  • Navigate to cerberus directory and run the command elm-make src/Main.elm --output elm.js
  • Open index.html in the browser and enjoy ;)

Git Pages

We are deploying using Github pages on the gh-pages branch, it's deploying to:

  • http://www.littlealchemist.io/cerberus/

To deploy:

  • Checkout gh-pages branch
  • Copy the latest index.html and elm.js from the master branch
  • Commit and push
  • voilà