View the live online site here: https://offline.deso.com
There are a few different ways to download the web app and run in offline:
- Download it directly from the live online site by clicking the download button in the main menu.
- Visit the online page, and then in your system menu, click
File->Save Page As - Download a specific
deso-offline-tool.zipversion from the releases tab on github.
Once you have the files downloaded, you can run the app by extracting deso-offline-tool.zip and
opening dist/index.html.
- Clone this repo
- Run
npm run build - Run
open dist/index.html
- Clone this repo
- Run
npm run startin the root directory - Make changes in the
./srcdirectory
NOTE: You must have permissions to push to main.
On branch main:
- Run
npm version {major,minor,patch}. Choose whichever increment makes sense for your change - Run
npm run release. This will trigger a github workflow that will create a new release that has the zipped assets attached.