just rundom stuff yet
- daml/ -- home of the daml model
- ui/ -- home of the react based web app
- scripts/ -- random setup scripts and other stuff
$ daml build && daml codegen js -o daml.js .daml/dist/odyssey-1.0.0.dar
$ daml start
$ cd ui && yarn install && yarn start
the basic imaginary happy workflow is described here:
Line 55 in df17f35