Skip to content

BitcoinBeachTravemuende/change

Repository files navigation

change (WIP)

...work in progress ...

Local development

Requirements

Nix users

cd {project-root}
nix develop

Others

Install the following:

Install Node deps (only once)

 npm i

Run scripts

List all scrips:

just --list
Available recipes:
    build   # build sources
    b       # alias for `build`
    default # list available recipes
    dev     # build sources and run dev server
    d       # alias for `dev`
    format  # run elm-format
    review  # run elm-review
    test    # run tests
    t       # alias for `test`
    test-w  # run and watch tests

License

MIT