Skip to main content

@happyborg If you're in a hurry I hesitate to recommend any of this. These are all my personal projects and they are not battle tested by outside users much. So it may not be smooth sailing.

But if you want to, the easiest way to try the app is to use ds-dev, which lets you run an app on localhost. Installing the full Dropserver (ds-host) is more involved.

- Get ds-dev from the releases page (github.com/teleclimber/Dropser)
- install Deno if necessary.
- clone the Illiuminoted repo
- npm install then npm run build on the frontend dir.
- run $ ds-dev -app=app/
- In the ds-dev UI migrate the appspace data (just hit the Migrate button)
- in the ds-dev UI add a user, and make that user the logged in user
- Now you can access the app from localhost

LMK if you need help!

2 Replies
0 Boosts