https://github.com/teleporthq/teleport-repl
https://github.com/teleporthq/teleport-repl
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teleporthq/teleport-repl
- Owner: teleporthq
- Created: 2019-04-15T11:46:19.000Z (over 6 years ago)
- Default Branch: development
- Last Pushed: 2023-01-07T06:06:05.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T11:19:37.641Z (7 months ago)
- Language: TypeScript
- Homepage: https://repl.teleporthq.io
- Size: 2.14 MB
- Stars: 15
- Watchers: 6
- Forks: 9
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REPL
## Purpose
Allow fast experimentation and iteration over the JSON schema used to describe
components (for now, in the future maybe entire projects).## Running
```
$ npm i
$ npm run dev
```## Production deploy
Pushing to `development` will automatically deploy to production env at: [https://repl.teleporthq.io](https://repl.teleporthq.io)