Skip to content

trickypr/snippetman

Repository files navigation

SnippetMan

A proof of concept gecko application for managing code snippets.

Development

First, download a build of quark runtime from the Github actions page. This project currently supports the 115.0.1, although versioning doesn't exist for Quark yet. Extract the binary into a folder called runtime, such that runtime/quark-runtime exists.

Install webpack & dependencies:

pnpm i

Start a webpack dev server in one terminal

pnpm dev

Launch the app in a new terminal:

pnpm start