/wouterds.com

Primary LanguageTypeScriptMIT LicenseMIT

wouterds.com

deploy code-review tests code-size

Personal website, made with React, React Router, TypeScript and DatoCMS as headless CMS.

Getting Started

Setup

Switch to the recommended node version using nvm:

nvm install

Install the dependencies:

npm install

Development

Start the development server with HMR:

npm run dev

Your application will be available at http://localhost:5173.

Linting & typechecking

# lint code
npm run lint

# lint & autofix code
npm run lint:fix

# typecheck
npm run typecheck

Built with ❤️ using React Router.