https://github.com/vinceumo/vincent-humeau.com
🎈 My personal website build with Gatsby
https://github.com/vinceumo/vincent-humeau.com
gatsby reactjs
Last synced: 3 months ago
JSON representation
🎈 My personal website build with Gatsby
- Host: GitHub
- URL: https://github.com/vinceumo/vincent-humeau.com
- Owner: vinceumo
- License: mit
- Created: 2018-06-01T20:39:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T19:53:19.000Z (over 2 years ago)
- Last Synced: 2025-01-14T06:29:52.171Z (5 months ago)
- Topics: gatsby, reactjs
- Language: SCSS
- Homepage: https://vincent-humeau.com/
- Size: 15.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vincent Humeau
> My personal website [vincent-humeau.com](https://www.vincent-humeau.com)

## Build Setup
This website was build with [gatsby](https://www.gatsbyjs.com/)
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:8000
$ npm run start# generate static project
$ npm run build
```