Skip to content

TasfiaIslam/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

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