https://github.com/harry-hopkinson/blog
A Personal Blog
https://github.com/harry-hopkinson/blog
Last synced: about 1 year ago
JSON representation
A Personal Blog
- Host: GitHub
- URL: https://github.com/harry-hopkinson/blog
- Owner: Harry-Hopkinson
- License: mit
- Created: 2022-02-23T17:05:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T15:20:02.000Z (over 1 year ago)
- Last Synced: 2025-05-13T14:17:20.067Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://harryhopkinson-blog.netlify.app
- Size: 992 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Getting Started
---
### Setting Up Locally
Fork this repository and then clone your newly created repository.
From there, you can install the project's dependencies by running:
```shell
yarn
```
Finally, you can run your project locally with:
```shell
yarn dev
```
Open your browser and visit , your project should be running!