https://github.com/andrew/first-pr
:octocat: What was the first pull request you sent on GitHub?
https://github.com/andrew/first-pr
github open-source pull-request
Last synced: 8 months ago
JSON representation
:octocat: What was the first pull request you sent on GitHub?
- Host: GitHub
- URL: https://github.com/andrew/first-pr
- Owner: andrew
- License: mit
- Created: 2014-04-21T19:52:31.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2025-02-18T16:15:36.000Z (11 months ago)
- Last Synced: 2025-03-26T08:05:46.268Z (10 months ago)
- Topics: github, open-source, pull-request
- Language: JavaScript
- Homepage: http://firstpr.me
- Size: 5.1 MB
- Stars: 234
- Watchers: 4
- Forks: 49
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# First Pull Request
What was the first pull request you sent on GitHub? [firstpr.me](https://firstpr.me/)
Hosted on [pages.github.com](https://pages.github.com),
data from [developer.github.com/v3/](https://developer.github.com/v3/)
### Asset compilation
Install [Gulp](http://gulpjs.com) and compile the assets:
```shell
npm install # to install dependencies
npm run build # will concat/compress css and js
```
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) 2022 Andrew Nesbitt. See [LICENSE](LICENSE) for details.