Skip to content
forked from andrew/first-pr

:octocat: What was the first pull request you sent on GitHub?

License

Notifications You must be signed in to change notification settings

codepriya/first-pr

 
 

Repository files navigation

First Pull Request

What was the first pull request you sent on GitHub? firstpr.me

Hosted on pages.github.com, data from developer.github.com/v3/

Asset compilation

Install Gulp and compile the assets:

  $ npm install # to install dependencies
  $ npm install -g gulp
  $ gulp js     # will concat/compress js/*  into firstpr.js
  $ gulp sass    # will concat/compress css/* into firstpr.css

During development just run gulp in a separate console for continuous compilation. (Gulp will watch for changes in the js/ and css/ directories and run the respective tasks.)

Copyright

Copyright (c) 2015 Andrew Nesbitt. See LICENSE for details.

About

:octocat: What was the first pull request you sent on GitHub?

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.9%
  • CSS 7.8%
  • HTML 4.3%