Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```