Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ribborges/portfolio
- Owner: ribborges
- License: mpl-2.0
- Created: 2022-12-20T16:11:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T20:21:46.000Z (9 months ago)
- Last Synced: 2024-04-14T02:48:51.067Z (9 months ago)
- Topics: react, scss, typescript, vite
- Language: TypeScript
- Homepage: https://richardborges.vercel.app/
- Size: 61.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```