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

https://github.com/spring3/website

My personal website. Built with gatsby and react
https://github.com/spring3/website

gatsby graphql netlify react website

Last synced: 2 months ago
JSON representation

My personal website. Built with gatsby and react

Awesome Lists containing this project

README

          

**Based on [Gastby Starter Boilderplate](https://github.com/gatsbyjs/gatsby-starter-hello-world)**

You are welcome to use or reuse this project for your purposes, if you reference the original (this repo).

### Run & Build

Development:

```
yarn && start
```

Production:

```
yarn && yarn build
yarn serve
```

### Core

- [Gatsby](https://github.com/gatsbyjs/gatsby)
- [React](https://github.com/facebook/react)
- [React-spring](https://github.com/pmndrs/react-spring) for animations
- [Emotion](https://emotion.sh/)

### Data

All the website's content is stored in markdown and fetched with [GraphQL](https://graphql.org/)

### Deployment

Automatically deployed to [Gatsby Cloud](https://www.gatsbyjs.com/dashboard/sites)