Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinuya/desafio
https://github.com/pinuya/desafio
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pinuya/desafio
- Owner: pinuya
- Created: 2024-10-22T21:11:58.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2024-10-28T01:44:28.000Z (19 days ago)
- Last Synced: 2024-10-28T05:09:42.382Z (18 days ago)
- Language: TypeScript
- Size: 686 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```