Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.29 KB

setup.md

File metadata and controls

45 lines (29 loc) · 1.29 KB

arad / documentation / development

Setup

Pre-requisites

  • bash (get something like Debian on WSL2 if you're using Windows)
  • docker

Setup

The nuke command can be leveraged to setup your local environment.

arad $ scripts/local nuke

Sanity Test

It's best to test that your local is setup correctly by running all test suites.

arad $ scripts/test all

Running

arad $ scripts/local up

With your docker-compose services running, try navigating to http://localhost.

Here are some other useful urls:

You can edit any code, front-end or back-end, and it should live-update. Just remember to sync if you edit something in core.

These steps are confirmed to work on MacOS Monterey/Intel and Ubuntu 20.04.4/WSL2 on Windows 10. Please reach out if you run into problems so that we can update this page with requirements and steps for other systems.