Skip to content

andrew/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 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 for details.