This repo contains the codebase for my personal website https://pijushbarik.com. The built code is served from Netlify
from the prod
branch. Any new features or changes will be merged and tested on dev
branch before merging to prod
.
-
Start developing
yarn dev
Next dev server will start with in
http://localhost:3000
-
Make a production build
yarn build && yarn export
A production static build will be created in
out
directory
- Add blog to the website