Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/merobi-hub/developer-portfolio
- Owner: merobi-hub
- Created: 2021-06-30T20:29:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T23:12:25.000Z (8 months ago)
- Last Synced: 2024-04-14T12:19:13.417Z (8 months ago)
- Language: TypeScript
- Homepage: https://michaelrobinson.dev
- Size: 18.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```