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