https://github.com/nicksp/plekhanov.me
My personal website and blog
https://github.com/nicksp/plekhanov.me
Last synced: 2 months ago
JSON representation
My personal website and blog
- Host: GitHub
- URL: https://github.com/nicksp/plekhanov.me
- Owner: nicksp
- License: mit
- Created: 2020-02-01T02:51:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-30T17:50:35.000Z (11 months ago)
- Last Synced: 2026-03-28T22:41:54.578Z (4 months ago)
- Language: JavaScript
- Homepage: https://plekhanov.me
- Size: 1.74 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nick Plekhanov's personal website
Powered by [Gatsby](https://www.gatsbyjs.org/) and [Emotion](https://emotion.sh/).
## 🚀 Quick start
First clone the repo, install dependencies and build the site:
```shell
yarn
yarn build
git clone https://github.com/nicksp/plekhanov.me.git
cd plekhanov.me/
```
Then run dev server (it will refresh the page after any changes in JavaScript, styles or content):
```shell
yarn start
```
Browse to [http://localhost:8000/](http://localhost:8000/) to preview website.
## 🐞 Issue
If you find any typos or you have any comments on the posts or notes, please feel free to [open an issue](https://github.com/nicksp/plekhanov.me/issues/new/choose).
## 🧔 Author
[Nick Plekhanov](https://plekhanov.me)