Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 562 Bytes

README.md

File metadata and controls

42 lines (22 loc) · 562 Bytes

Portfolio

Personal portfolio website powered by Gatsby, sanity, typeScript and tailwind css etc.

View live Portfolio

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Start sanity server -

cd studio

Installation:

npm install

To Start Server:

sanity start

To Visit App:

localhost:3333

To view the FrontEnd,

cd web

Installation:

npm install

To Start Server:

npm run develop

To Visit App:

localhost:8000