A GraphQL portfolio. Live: https://portfolio.marknjunge.com/
- Clone
git clone https://github.com/MarkNjunge/graphql-portfolio
-
Create a
data.json
file similar to data.sample.json See DataFormat.MD for more info. -
Create a .env file based on .env.sample
For the GITHUB_TOKEN
, create a personal access token with access to public repos.
- Install dependencies
yarn install
- Run
yarn start