drfeely.com/README.md

16 lines
285 B
Markdown
Raw Permalink Normal View History

2023-10-20 19:39:46 +00:00
# drfeely.com
2023-07-23 14:44:58 +00:00
2023-10-20 19:39:46 +00:00
The source of Dr. Richard A. Feely's personal website, [drfeely.com](https://drfeely.com).
2023-07-23 14:44:58 +00:00
2023-10-20 19:39:46 +00:00
This site is written with Next.js, and is deployed using SSG.
2023-07-23 14:44:58 +00:00
2023-10-20 19:39:46 +00:00
To generate the static files (will be located in `./out`):
```
npm build
2023-07-23 14:44:58 +00:00
```
2023-10-20 19:39:46 +00:00
To run a dev server:
```
npm dev
```