https://github.com/dockleryxk/richard-havin-fun
this is an over-engineered dumb website
https://github.com/dockleryxk/richard-havin-fun
Last synced: 2 months ago
JSON representation
this is an over-engineered dumb website
- Host: GitHub
- URL: https://github.com/dockleryxk/richard-havin-fun
- Owner: dockleryxk
- License: unlicense
- Created: 2022-03-03T23:02:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T17:40:34.000Z (over 2 years ago)
- Last Synced: 2024-10-12T08:29:41.534Z (7 months ago)
- Language: JavaScript
- Homepage: https://www.richard.pizza
- Size: 9.59 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# richard-havin-fun [](https://app.netlify.com/sites/richard-havin-fun/deploys)
this is an over-engineered dumb website, [check](https://www.richard.pizza) [it](https://richard.rip) [out](https://richardjeffords.com)### getting started
You need [gulp-cli](https://github.com/gulpjs/gulp-cli) installed globally. I'm using Node version >= 16, but other versions will likely work.## build
```sh
yarn build
```
or
```sh
npm run build
```
## run locally
```sh
yarn start
```
or
```sh
npm start
```