Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 510 Bytes

File metadata and controls

27 lines (18 loc) · 510 Bytes

@signbit/gamey

To install dependencies:

bun install

To run:

bun run index.ts

Create New Package

To create a new package, do the following in order:

  1. Create a new folder in packages/
  2. cd into the new folder
  3. Run bun init
  4. Set the title of the package to @signbit/{folder-name}
  5. Follow the rest of the CLI installation instructions

This project was created using bun init in bun v1.0.6. Bun is a fast all-in-one JavaScript runtime.