Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jessmartin/standoff-doc-prototype


https://github.com/jessmartin/standoff-doc-prototype

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# Standoff Document Prototype

This is a prototype designed to explore the benefit of using [standoff markup](https://en.wikipedia.org/wiki/Overlapping_markup#Stand-off_markup) as a storage format for documents.

## Developing

To start the development server:

```bash
npm run dev
```

## Building

To create a production version:

```bash
npm run build
```

Preview the production build with `npm run preview`.

## Deployment

> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.