Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milopadma/whoami-3
3rd version of portfolio
https://github.com/milopadma/whoami-3
Last synced: about 2 months ago
JSON representation
3rd version of portfolio
- Host: GitHub
- URL: https://github.com/milopadma/whoami-3
- Owner: Milopadma
- Created: 2024-10-28T09:31:50.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T09:22:18.000Z (3 months ago)
- Last Synced: 2024-11-08T09:37:26.822Z (3 months ago)
- Language: TypeScript
- Homepage: https://portfolio-xi-neon-76.vercel.app
- Size: 2.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite + Deno + React + TypeScript
## Running
You need to have Deno v2.0.0 or later installed to run this repo.
Start a dev server:
```
$ deno task dev
```## Deploy
Build production assets:
```
$ deno task build
```