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

BaratiLab/AMUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMUI

Additive Manufacturing User Interface (AMUI)

Quickstart

  1. Clone the repository with your prefered method.
    git clone [email protected]: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