My personal blog powered by next, typescript and CSS modules.
- Build with Next 15 w/ TypeScript.
- Testing with Jest and Testing Library.
- With ESLint, Prettier, stylelint, Husky, lint-staged and much more.
- Dark mode using next-themes.
This project requires Node.js 22 or higher and yarn as package manager.
- Clone this repo with git.
- Install dependencies by running
yarn installwithin the directory that you cloned (probablydiegocosta.me). - Start the development server with
yarn dev. - Open development site by going to
http://localhost:3000in your browser.
See CONTRIBUTING.md for details.