Skip to content

kevelopment/personalWebsite

Repository files navigation

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

    yarn
  2. Start developing.

    Start the development server

    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

    yarn build