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

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

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!