This is the source code for my personal website, theMattCode.com. It is built using Next.js.
- Install dependencies and start the development server:
npm install npm start:dev
- Open http://localhost:3000 with your browser to see the result.
- 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.