Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deiga/suel-a-sheldon
https://github.com/deiga/suel-a-sheldon
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deiga/suel-a-sheldon
- Owner: deiga
- Created: 2024-03-17T13:00:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-17T13:01:49.000Z (9 months ago)
- Last Synced: 2024-10-24T03:33:21.329Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
-