rob-clarke / demo-swarmui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

  1. If you haven't already got them, install:

  2. Setup the conda environment for the backend:

    conda env create -f server/environment.yml
    conda activate swarmui-sever
  3. Start the backend:

    python server/demo.py
  4. In a new terminal, install the correct node version:

    NB: This command is n**v**m, others will be n**p**m

    nvm use
  5. Install the required frontend dependencies:

    npm install
  6. Start the frontend:

    npm run dev

    Press "o" on your keyboard to open the page in the browser

About


Languages

Language:TypeScript 76.3%Language:Python 16.8%Language:HTML 5.1%Language:CSS 1.8%