Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ribborges/portfolio

My portfolio
https://github.com/ribborges/portfolio

react scss typescript vite

Last synced: 18 days ago
JSON representation

My portfolio

Awesome Lists containing this project

README

        

# Portfolio

My personal portfolio to showcase my projects. It was developed with Next.js, TypeScript and Styled Components.

## How to run:

Download node.js: link

Use the commands below to run the project in dev:

```
npm install
```
```
npm run dev
```

OR use the commands below to run the project in production:

```
npm install
```
```
npm build
```
```
npm start
```