Skip to content

iamyajat/retro-portfolio-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retro Portfolio

Home Screen

Screenshots

Summary Screen Projects Screen Projects Screen Projects Screen

Demo link

Before Running

Have the following installed on your computer:

Cloning the project

Using your terminal, run the following command in the directory where you want the project:

  • SSH: [email protected]:iamyajat/retro-portfolio-website.git
  • HTTP: https://github.com/iamyajat/retro-portfolio-website.git

Running the Project

First, install the depedencies in the project! In a terminal, make sure you are in the directory of the project and run (depending on your package manager):

npm yarn
npm install yarn

Next, simply run the project with the following command in your terminal (depending on your package manager):

npm yarn
npm start yarn start

This will run the project at http://localhost:3000. To close the project at any time, press CTRL+C in your terminal.