Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (18 loc) · 844 Bytes

File metadata and controls

19 lines (18 loc) · 844 Bytes

AMUI

Additive Manufacturing User Interface (AMUI)

Quickstart

  1. Clone the repository with your prefered method.
    git clone git@github.com:BaratiLab/AMUI.git
  2. Follow the instructions for downloading and installing Docker Desktop
    • Make sure the docker compose works here, you'll need it for this project.
    • Creating an account is optional here.
  3. Open AMUI project in VSCode
  4. Duplicate .env.example file and rename to .env.
    • Fill in the following empty fields (ask @ppak10 if you need help).
  5. Open terminal and (under AMUI directory) start containers.
    docker-compose up -d
  6. Follow further instructions for either api or web