/suel-a-sheldon

Primary LanguageTypeScript

suel-a-sheldon

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.31. Bun 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