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

https://github.com/bhayward93/benhayward-net


https://github.com/bhayward93/benhayward-net

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# benhayward.net

This repository is for my personal site, hosted at [https://benhayward.net/](https://benhayward.net/).

## Installation

After cloning the repo and CDing into the directory

```sh
npm i
```

## Usage

```sh
# serve on port 3000
npm run dev

# build
npm run build

# start
npm run start

# lint
npm run lint
```
## Contributing

Pull requests are welcome, if for whatever reason you want to contribute.

## License

[GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html)