- Completely rebuilt with React and full typescript support
- Built on the Next.js framework for easy server side rendering/static generation, image optimization, api routes, and deployment
- Styled entirely with TailwindCss
- Re-organized data population file for customizing site.
- Significant improvement/modernization of all site sectionsv
yarn installyarn dev(ex,http://localhost:3000)yarn build(export production toout/)- Customize site data in
/src/data/data.tsxwith types defined indataDef.ts. - Example images are located in
src/images/.
yarn buildto export production files toout/dir