A static tech blog website built with Next.js, TypeScript and Tailwind CSS.
- Install Yarn.
- Clone the app:
git clone git@github.com:dominicarrojado/dominicarrojado.github.io.git
- Install dependencies:
cd dominicarrojado.github.io
yarn install
- Run the development server:
yarn dev
- Open http://localhost:3000 to view it in the browser.
yarn test
yarn test:watch
- Build and generate static files:
yarn build
- The
out
directory can be served by any static hosting service or CDN.