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

https://github.com/cralfa/ranking-party

Vite + Deno + Vue 3 + TypeScript
https://github.com/cralfa/ranking-party

deno deno-deploy github-actions oak typescript vite vue vue3 vuetify

Last synced: 2 months ago
JSON representation

Vite + Deno + Vue 3 + TypeScript

Awesome Lists containing this project

README

          

# ranking-party

Vite + Deno + Vue 3 + TypeScript

## Running

You need to have Deno v1.28.0 or later installed to run this repo.

Start a dev server:

```
$ deno task dev
```

## Deploy

Build production assets:

```
$ deno task build
```