An app for Urbit.
Documentation and release notes can also be viewed in the %docs app.
src/: Hoon source code. All code here is original and specific to this project.
deps/: Hoon dependencies are pasted into this directory. None of the code here is original to this project.
ui/: Source code for the React.js frontend.
desk: Contains the name of the desk. App will run and be distributed with this desk name.
_sync.sh: Continuously syncs project files with a desk in a pier.
_dist.sh: Copies project files into your ship's pier.
_build.sh: Builds the React frontend. ui/dist can be uploaded as a glob.
Unix:
./_sync.sh PATH/TO/PIERto syncsrc/anddeps/to your dev ship's pier.- In
ui/runnpm run dev- or
npm run dev:env footo useui/.env.foo.localas config
- or
Dojo:
|commit %templateto build your desk|install our %templateto install your desk and start the app for the first time
./_dist.sh PATH/TO/PIERto copysrc/anddeps/to your distribution ship's pier.- Dojo:
|commit %template ./_build.shto build the React frontend- Upload
ui/distto the %docket globulator at<distro ship hostname>/docket/upload