drfeely.com/README.md
2023-10-20 14:39:46 -05:00

16 lines
285 B
Markdown

# drfeely.com
The source of Dr. Richard A. Feely's personal website, [drfeely.com](https://drfeely.com).
This site is written with Next.js, and is deployed using SSG.
To generate the static files (will be located in `./out`):
```
npm build
```
To run a dev server:
```
npm dev
```