Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 723 Bytes

CONTRIBUTORS.md

File metadata and controls

21 lines (17 loc) · 723 Bytes

Contributors

Chat on gitter

To set up a build environment and run tests, simply run:

git clone git@github.com:vitiral/artifact.git && cd artifact
source env  # installs environment to `target/env`
just test-all

Note: source env will take a while as it (locally) installs build/test/lint/fmt toolchains for rust, node.js and python from scratch. It does not touch ANYTHING in your global environment.

A quick source code overview:

  • justfile contains build/test/etc scripts
  • design documents are in design/
  • rust source code is in src/
  • elm source code (html frontend) is in web-ui/src/
  • selenium (end-to-end web) tests are in web-ui/sel_tests/