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