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
See LICENSE.md.
- Clone this repository:
git clone https://github.com/RichGuk/rich.grundy.io.git
cd rich.grundy.io
- Install dependencies:
npm install
- To build the site:
npm run build
- To run the development server:
npm run dev
The website is available at http://localhost:8080 by default.