Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.08 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.08 KB

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.