Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mikachan/sekaicouk
- Owner: mikachan
- License: mit
- Created: 2014-03-23T19:25:17.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T11:28:12.000Z (about 2 months ago)
- Last Synced: 2024-10-08T23:20:34.955Z (about 1 month ago)
- Topics: gatsby, react
- Language: SCSS
- Homepage: https://sekai.co.uk
- Size: 15 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```