Pinned repositories is a React Project for dealing with Github's pinned repositores.
Pinned Repositories built in with ReactJS and GraphQL.
- Make sure that you have Node.js v8.15.1 and npm v5 or above installed.
- Clone this repo
- Move to the appropriate directory:
cd <YOUR_PROJECT_NAME>
. - Enter your GITHUB_TOKEN in constants.js
const GITHUB_TOKEN = 'ENTER YOUR TOKEN';
(This is tutorial for making new personal token : https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line)
5. Run npm run setup
in order to install dependencies and clean the git repo.
At this point you can run npm start
to see the example app at http://localhost:3000
.
6. Run npm run test
due to check testing modules
Now you're ready!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.