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
- Host: GitHub
- URL: https://github.com/spring3/website
- Owner: Spring3
- License: mit
- Created: 2018-09-28T17:53:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T19:53:37.000Z (almost 3 years ago)
- Last Synced: 2023-02-27T07:56:23.284Z (over 2 years ago)
- Topics: gatsby, graphql, netlify, react, website
- Language: JavaScript
- Homepage: https://www.dvasylenko.com
- Size: 30.9 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)