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
- Host: GitHub
- URL: https://github.com/marknjunge/graphql-portfolio
- Owner: MarkNjunge
- License: mit
- Created: 2019-06-14T20:49:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T09:24:29.000Z (almost 6 years ago)
- Last Synced: 2025-04-09T13:19:46.265Z (over 1 year ago)
- Topics: graphql, graphql-yoga, portfolio, portfolio-website
- Language: JavaScript
- Homepage: https://marknjunge.com/graphql-portfolio
- Size: 38.1 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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
```