https://github.com/hbjydev/website
My website, available at hbjy.dev, hbjy.io and hayden.moe
https://github.com/hbjydev/website
Last synced: about 2 months ago
JSON representation
My website, available at hbjy.dev, hbjy.io and hayden.moe
- Host: GitHub
- URL: https://github.com/hbjydev/website
- Owner: hbjydev
- License: bsd-3-clause
- Created: 2021-07-27T21:26:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-01T17:33:24.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T16:44:26.608Z (4 months ago)
- Language: TypeScript
- Homepage: https://hbjy.io
- Size: 503 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hayden's Site
This site contains all my notes and various blog articles I've written over
time. It should serve as my own personal knowledge base as well as (hopefully)
a useful resource for others seeking knowledge in the subjects I cover here.## 🚀 Quick start
1. **Install dependencies.**
Navigate into the site’s directory and install its dependencies.
```shell
cd website/
npm install
```2. **Start it up.**
Start up your copy of the site.
```shell
cd website/
npm run develop
```3. **Open the code and start customizing!**
Your copy of the site is now running at http://localhost:8000!
4. **Learn more**
- [Gatsby Documentation](https://www.gatsbyjs.com/docs/)