Skip to content

theMattCode/theMattCode.com

Repository files navigation

Welcome to theMattCode.com

This is the source code for my personal website, theMattCode.com. It is built using Next.js.

Getting Started

  • Install dependencies and start the development server:
    npm install
    npm start:dev
  • Open http://localhost:3000 with your browser to see the result.

Conventions

  • All sources must comply to ESLint's conventions. Basically, all rules are active and validated in the CI pipeline. See latest docs on esling.org.