Skip to content

wouterds/wouterds.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wouterds.com

deploy code-review tests coverage 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.