Files
sim/packages/simstudio
Waleed LatifandAditya Tripathi 8c268e23dd chore(biome): removed prettier, added biome (#407)
* chore: replace prettier with biome and add linting

* chore: update devcontainer settings to use biome for linting and remove eslint, prettier

* chore: update docker-compose to use Postgres 17-alpine and standardize quotes

* chore: fixed more BUT disabled most rules due to limit

* added additional rules, fixed linting & ts errors

* added additional rules

* rebased & linted

* fixed oauth

* updated biome & minor modifications

---------

Co-authored-by: Aditya Tripathi <aditya@climactic.co>
2025-05-24 03:11:38 -07:00
..

Sim Studio CLI

Sim Studio CLI allows you to run Sim Studio using Docker with a single command.

Installation

To install the Sim Studio CLI globally, use:

npm install -g simstudio

Usage

To start Sim Studio, simply run:

simstudio

Options

  • -p, --port <port>: Specify the port to run Sim Studio on (default: 3000).
  • --no-pull: Skip pulling the latest Docker images.

Requirements

  • Docker must be installed and running on your machine.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the Apache-2.0 License.