# @apps-in-toss/web-framework

Web framework for building [apps in toss](https://toss.im/apps-in-toss) services.

## Install

```bash
# yarn
yarn add @apps-in-toss/web-framework

# npm
npm install @apps-in-toss/web-framework

# pnpm
pnpm add @apps-in-toss/web-framework
```

## Links

- [Document](https://developers-apps-in-toss.toss.im) 
- [Support](https://techchat-apps-in-toss.toss.im)
- [Examples](https://github.com/toss/apps-in-toss-examples)


## License

This software is licensed under the [GPL, Version 3.0](LICENSE), quoted below.

```
Copyright 2025 Viva Republica, Inc.

Licensed under the GPL, Version 3.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at:

    https://www.gnu.org/licenses/gpl-3.0.html

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
