Skip to main content

Online Code Editor

The Online Code Editor lets you create sessions to code directly from the browser.

https://app.marblism.com/editor
online editor

How does it work

Start a session from your project overview.

deployment

1. Run your App

Open the terminal and run the following commands

pnpm run init
pnpm run dev

2. View your App

Your session is live at https://{app-slug}.marblism.io.

To check out your app, just add your web port 8099 to the URL like this: https://8099-{app-slug}.marblism.io.

Or, if you prefer, click on the PORTS tab in the terminal and open the 8099 (web) link.

3. Save your Changes

Make sure to commit and push your changes to your GitHub repository before the session wraps up.

https://app.marblism.com/editor
commit changes