- Notifications
You must be signed in to change notification settings - Fork0
A snippet manager built on top of gecko as a proof of concept
License
NotificationsYou must be signed in to change notification settings
trickypr/snippetman
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A proof of concept gecko application for managing code snippets.
First, download a build of quark runtime fromthe Github actions page. This project currently supports the115.0.1
, although versioning doesn't exist for Quark yet. Extract the binary into a folder calledruntime
, such thatruntime/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