# 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 ```