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

https://github.com/marknjunge/graphql-portfolio

Developer portfolio using GraphQL
https://github.com/marknjunge/graphql-portfolio

graphql graphql-yoga portfolio portfolio-website

Last synced: 3 months ago
JSON representation

Developer portfolio using GraphQL

Awesome Lists containing this project

README

          

# Graphql Portfolio

A GraphQL portfolio. Live: https://portfolio.marknjunge.com/

## Installation

1. Clone

```bash
git clone https://github.com/MarkNjunge/graphql-portfolio
```

2. Create a `data.json` file similar to [data.sample.json](data.sample.json) See [DataFormat.MD](./DataFormat.MD) for more info.

3. Create a _.env_ file based on [.env.sample](./.env.sample)

For the `GITHUB_TOKEN`, [create a personal access token](https://github.com/settings/tokens/new) with access to public repos.

4. Install dependencies

```
yarn install
```

5. Run

```bash
yarn start
```