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

285 B

drfeely.com

The source of Dr. Richard A. Feely's personal website, 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