This is my portfolio website. I built it with React to refresh my knowledge and learn some new things.
Hosted at https://nicholaswengel.com
Built with
- React
- MUI for UI components
Tools Index
- nvm
- pnpm
- vite
- Style
- woff2 converts TTF to WOFF2
- i18next helps centralize text neatly in a JSON file
- react-router
- MDX
Start the development server with pnpm run dev
.
# Lint
pnpm run lint
# Reformat
pnpm exec prettier . --write