Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/merobi-hub/developer-portfolio

Software developer portfolio built with Typescript and React
https://github.com/merobi-hub/developer-portfolio

Last synced: about 1 month ago
JSON representation

Software developer portfolio built with Typescript and React

Awesome Lists containing this project

README

        

Node version: 16

Version 18 is required to deploy to Firebase (use `nvm use 18`)

Steps:

```
nvm use 16
npm run start // for local development
npm run build
nvm use 18
firebase deploy --only-hosting
```