Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/deiga/suel-a-sheldon


https://github.com/deiga/suel-a-sheldon

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# suel-a-sheldon

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.0.31. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.

## Configuration

Configuration is to be done via ENV variables.

- Setting `NODE_ENV` to `production` will disable informative error pages/messages
- Setting `PORT` will change which port the application is running on, by default it runs on 3000
-