Skip to content

franklinogf/portfolio

Repository files navigation

Basic Porfolio

Copy this repository to your github account

Install the dependencies:

npm install

Run the project:

npm run dev

Edit the src/data/portfolio.ts with your new info

Inside the project, you can find the file here:

/
├── src/
│   ├── data/
│   │   └── portfolio.ts
│   └──
└──

Note

This file is TypeScript save, you will know what to do.