microrb / microrb.com

micro.rb website
http://microrb.com
MIT License
55 stars 23 forks source link

microrb.com

Join the chat at https://gitter.im/microrb/microrb.com

micro.rb website

Project Submission Policy

How to submit your project

Submit an issue with:

How to preview your project locally

You will need a Github API access token first, register an application, then do a

curl -u"username" -d '{"scopes":["public_repo"],"client_id":"...","client_secret":"...","note":"update microrb"}' https://api.github.com/authorizations

filling in your username, client_id and client_secret. Note down the token in the response.

  1. Clone this repository
  2. Run bundle to install the dependencies
  3. Add your project's Github path and tags to data/projects.json
  4. Update project data with OAUTH_TOKEN=... ruby bin/update.rb using the token acquired above
  5. Generate the site with make
  6. Open public/index.html

Generate HTML

Make sure you have mote and virtus installed, then:

$ make

It will create public/index.html.