Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikachan/sekaicouk

Personal site built using React and Gatsby.
https://github.com/mikachan/sekaicouk

gatsby react

Last synced: 12 days ago
JSON representation

Personal site built using React and Gatsby.

Awesome Lists containing this project

README

        

# sekai.co.uk

[![Netlify Status](https://api.netlify.com/api/v1/badges/d6a997b1-ec9f-4495-a864-c72b1038a8b6/deploy-status)](https://app.netlify.com/sites/sekaicouk/deploys)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

## Intro

Personal site built using Gatsby and the [Dimension theme](https://github.com/codebushi/gatsby-starter-dimension).

## Site History

This is the current version of [my](https://github.com/mikachan/) personal site, [sekai.co.uk](https://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.

## Development
To run the site in development mode with a local dev server, run the following command:

``` shell
npm start
```

To commit, use:

``` shell
npm run cz
```