Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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?

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.