Personal site built using Gatsby and the Dimension theme.
This is the current version of my personal site, sekai.co.uk. The first version was built in 2003 as a WordPress site, and throughout the years has been used as my web development playground, starting with custom WP themes and plugins. Around 2014 I started using it as a way to practice React, which is how I eventually ended up using Gatsby.
To run the site in development mode with a local dev server, run the following command:
npm start
To commit, use:
npm run cz