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

https://github.com/kevelopment/personalwebsite

My Website
https://github.com/kevelopment/personalwebsite

gatsby react

Last synced: 2 months ago
JSON representation

My Website

Awesome Lists containing this project

README

          



Bulma Logo

 

Gatsby Logo

 

React Logo



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
```