https://github.com/jdgregson/jdgregson.com
jdgregson.com source code
https://github.com/jdgregson/jdgregson.com
Last synced: about 1 year ago
JSON representation
jdgregson.com source code
- Host: GitHub
- URL: https://github.com/jdgregson/jdgregson.com
- Owner: jdgregson
- Created: 2018-05-10T02:42:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T01:59:25.000Z (over 3 years ago)
- Last Synced: 2025-02-12T12:18:58.711Z (over 1 year ago)
- Language: TypeScript
- Size: 833 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jdgregson.com
This is the source code of [jdgregson.com](https://jdgregson.com), my website built using [Stardust](https://github.com/jdgregson/Stardust).
## How to build
Install dev dependencies:
- Needs NodeJS > 14.0
- `npm install`
Build jdgregson.com:
- Run a one-time build: `npm run build`
- Build and watch: `npm run build-watch`