An open API service indexing awesome lists of open source software.

https://github.com/numtide/kartusche


https://github.com/numtide/kartusche

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Kartusche

Kartusche is a development and run time environment for single file web apps.
In a nutshell, each kartusche is a single file containing all the code and data needed to run the application.

If you're interested in the reasoning and merits of this approach, please check out [motivation](./docs/motivation.md) document.

## Building

Kartusche is a pure go application and be build with a simple

```bash
go build .
```