@narmi/tile-studio
v1.0.3
Published
Developer tool for testing and previewing Narmi Tiles locally
Keywords
Readme
@narmi/tile-studio
A local development tool for building and testing Narmi Tiles. Tile Studio emulates the host environment so you can develop your tile without deploying it.
Features
- Live preview — renders your tile at small, medium, and large breakpoints simultaneously
- Event log — inspect every message your tile sends in real time
- Responsive testing — resize freely or lock to specific breakpoints
- Aspect ratio warnings — flags when your tile's content overflows its expected bounds
- Zero config — just run it and paste your tile's local dev URL
Usage
npx @narmi/tile-studio@latestThis starts a local server and opens Tile Studio in your browser. Enter the URL where your tile is running (e.g. http://localhost:5173) and it will render inside the emulated host.
Requirements
- Your tile should be built with
@narmi/tile-client-react
