Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 401 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 401 Bytes

Repo showcase

Just a page displaying my Github profile info and some repos

Set up

To set up, run the commands below:

  • First, fork the repo to your Github account
  • Clone it to your local machine: git clone https://github.com/[YOUR_ACCOUNT_NAME]/repo-showcase.git
  • Install Dependencies: run npm install

For development:

run npm run start

For production build:

run npm run build