Personal website, made with React, React Router, TypeScript and DatoCMS as headless CMS.
Switch to the recommended node version using nvm:
nvm installInstall the dependencies:
npm installStart the development server with HMR:
npm run devYour application will be available at http://localhost:5173.
# lint code
npm run lint
# lint & autofix code
npm run lint:fix
# typecheck
npm run typecheckBuilt with ❤️ using React Router.