Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pinuya/desafio


https://github.com/pinuya/desafio

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

## Install Bun

#### linux

```
curl -fsSL https://bun.sh/install | bash
```

#### windows

```
powershell -c "irm bun.sh/install.ps1|iex"
```

## Running Database

```
bun database-start
```

## Installing dependencies

```
bun i
```

## Running the project

```
bun dev
```