devanooga / devanooga.com

devanooga website
https://www.devanooga.com/
9 stars 25 forks source link

Requirements

To run the application after pulling:

  1. bundle install
  2. bundle exec jekyll serve

And access the application at http://localhost:4000/

Submitting your member profile

Note: Unfamiliar/uncomfortable with Git/Github and pull requests? Feel free to open an issue with the below values filled out or ask on Slack.


Member data is located under _collections/members. Copy an existing profile, name it something unique (preferably using your username on the devanooga Slack) and fill it out using these properties:

If you have recommendations for new fields, please submit an issue or a pull request!

Submitting your project

Project data is located under _collections/projects. To get started, just copy an existing project markdown file, rename it match your project name, then fill out these properties:

Running tests

Before a PR will be merged, it must be passing tests. We have the best tests, don't we folks?

To run tests in your dev environment, execute bundle exec rake test.

You can create new tests in the test directory.