Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1007 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 1007 Bytes

Pijush Barik

pijushbarik.com

Netlify Status

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.

🚀 Quick start

  1. Start developing

    yarn dev

    Next dev server will start with in http://localhost:3000


  1. Make a production build

    yarn build && yarn export

    A production static build will be created in out directory


💡 Future plans

  • Add blog to the website