Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrew/first-pr
:octocat: What was the first pull request you sent on GitHub?
https://github.com/andrew/first-pr
github gulp javascript open-source pull-request
Last synced: 29 days 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 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-09-16T14:16:50.000Z (about 2 months ago)
- Last Synced: 2024-10-05T00:35:44.370Z (about 1 month ago)
- Topics: github, gulp, javascript, open-source, pull-request
- Language: JavaScript
- Homepage: http://firstpr.me
- Size: 5.09 MB
- Stars: 233
- Watchers: 5
- 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.