Skip to content

RichGuk/rich.grundy.io

Repository files navigation

My Personal Website

Welcome to the repository for my personal website! This site is built using 11ty, a powerful and flexible static site generator.

It can be found at: http://rich.grundy.io

License

See LICENSE.md.

Getting Started

  1. Clone this repository:
   git clone https://github.com/RichGuk/rich.grundy.io.git
   cd rich.grundy.io
  1. Install dependencies:
npm install
  1. To build the site:
npm run build
  1. To run the development server:
npm run dev

The website is available at http://localhost:8080 by default.