https://github.com/bhayward93/benhayward-net
https://github.com/bhayward93/benhayward-net
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhayward93/benhayward-net
- Owner: bhayward93
- License: gpl-3.0
- Created: 2024-02-25T22:14:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-27T21:33:21.000Z (over 1 year ago)
- Last Synced: 2025-01-01T19:42:21.682Z (5 months ago)
- Language: TypeScript
- Homepage: https://benhayward-net.vercel.app
- Size: 1.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```
## ContributingPull requests are welcome, if for whatever reason you want to contribute.
## License
[GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html)