0.0.14 • Published 1 year ago

scratchmoar v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

👷 Note: This project is still being imagined

Manage multiple projects as one, integrate generative AI, and more 🧩

Coming soon

  • New Snapshot Blocks to load snapshots with code
  • Allow broadcasts to trigger blocks in other snapshots
  • Add markdown notes to snapshots

Manage projects with Snapshots

(details coming soon)

Local development

Requirements

  • git - to clone the source code locally
  • NodeJS - develop the extension locally

Setup

# Open terminal somewhere and download this repository to it
git clone https://github.com/moarhaus/scratchmoar

# Change directories and install dependencies
cd scratchmoar
npm i

# From now on, just run this to start
# Live script: http://localhost:8000/dist/index.js
npm start

Developing

Troubleshooting

  • If you get any weirdness in the npm console, try clearing .parcel-cache
  • Add &reset to URL to force clear everything incase you accidently corrupt IndexedDB while developing