https://github.com/kevelopment/personalwebsite
My Website
https://github.com/kevelopment/personalwebsite
gatsby react
Last synced: 2 months ago
JSON representation
My Website
- Host: GitHub
- URL: https://github.com/kevelopment/personalwebsite
- Owner: kevelopment
- License: other
- Created: 2021-03-26T06:47:14.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T14:39:50.000Z (about 1 year ago)
- Last Synced: 2025-03-25T15:43:18.892Z (about 1 year ago)
- Topics: gatsby, react
- Language: JavaScript
- Homepage: https://kevelopment.dev
- Size: 22.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Portfolio Website
This Repository contains the bits and pieces for my personal Website used for presenting my Portfolio / CV respectively.
It's build with a lot of ❤️ (and fiddling) using Gatsby as Framework on top of React and styled with Bulma.
## 🚀 Quick start
1. **Install dependencies.**
Install all required dependencies using yarn
```shell
yarn
```
2. **Start developing.**
Start the development server
```shell
yarn develop
```
3. **Start Coding!**
Site will be running @ http://localhost:8000!
4. **Build & Deploy**
Use the build script to make a prod build of the application and distribute in a CDN for instance or use the built in Github Action for automatic deploys
```shell
yarn build
```