https://github.com/henryhale/worstcase-monaco-demo
🧐 A demo showcasing worstcase IDE integration with Monaco editor
https://github.com/henryhale/worstcase-monaco-demo
bigocomplexity demo henryhale monaco-editor worst-case-analyses worstcase
Last synced: 9 months ago
JSON representation
🧐 A demo showcasing worstcase IDE integration with Monaco editor
- Host: GitHub
- URL: https://github.com/henryhale/worstcase-monaco-demo
- Owner: henryhale
- License: mit
- Created: 2025-08-21T22:15:56.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-21T23:56:38.000Z (10 months ago)
- Last Synced: 2025-08-22T00:35:04.529Z (10 months ago)
- Topics: bigocomplexity, demo, henryhale, monaco-editor, worst-case-analyses, worstcase
- Language: TypeScript
- Homepage: http://henryhale.github.io/worstcase-monaco-demo/
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Overview
This repository contains source code for a demo showcasing [worstcase](https://github.com/henryhale/worstcase) IDE integration with [monaco editor](https://microsoft.github.io/monaco-editor).
## Live demo
Deploy on GitHub Pages: [Try it Yourself](https://henryhale.github.io/worstcase-monaco-demo) :tada:
## Development
```sh
# clone this repository
git clone https://github.com/henryhale/worstcase-monaco-demo.git
# install dependencies
pnpm install
# run dev server
pnpm dev
# build for production
pnpm build
```
# License
Copyright © 2025 [Henry Hale](https://github.com/henryhale).
Released under [MIT License](./LICENSE.txt).