Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessmartin/standoff-doc-prototype
https://github.com/jessmartin/standoff-doc-prototype
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jessmartin/standoff-doc-prototype
- Owner: jessmartin
- Created: 2023-02-02T03:00:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T14:19:52.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T20:00:37.260Z (15 days ago)
- Language: TypeScript
- Homepage: https://standoff-docs.netlify.app/
- Size: 363 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.