@sysce/stomp
Version:
39 lines (24 loc) • 747 B
Markdown
# SystemYA's TOMP implementation (STomp)
This repository implements the proxy model found [here](https://github.com/tomphttp/specifications/blob/master/ProxyModel.md).
- [Demo](https://tomp.sys32.dev/)
- [Frontend](https://github.com/sysce/tomp-demo)
## Usage
We provide a command-line interface for compiling the code.
For more features, specify the `--help` option when running the CLI.
## Wiki
Documentation for components such as the Bootstrapper can be found in [the wiki](https://github.com/sysce/tomp/wiki).
### Quickstart
1. Clone the repository locally
```sh
$ git clone https://github.com/sysce/stomp.git
> Cloning into stomp...
$ cd stomp
```
2. Install dependencies
```sh
$ npm install
```
3. Build
```sh
$ npm build
```