2024-05-08 23:46:51 +03:00

7 lines
118 B
Markdown

# Standalone desktop client for rendering game-js content
Based on electron.
## Start
```bash
npm i
npx electron .
```