No description
app | ||
components | ||
public | ||
shared | ||
.gitignore | ||
next.config.js | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.js | ||
prettier.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json |
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