A Meteor application/ experiment. Follow and communicate with other developers. Share your knowledge and help each other solve problems. It's a social network created by developers for developers.
If you want to run Code Glimpse, you'll have to install Meteor. Installation instructions can be found here.
- Clone this repository
- Rename
lib/api_keys.coffee.exampletolib/api_keys.coffee - Register a new application. You can do that here
- Fill in your (personal) clientId and secret
- Run
meteorin the terminal
Note: When you get SCSS errors about bourbon, try touch client/main.scss
If you'd like to contribute to Code Glimpse, you need to
- Fork this repository
- Create a new branch with a logical name
- Do modifications and submit a pull request