Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.07 KB

File metadata and controls

33 lines (24 loc) · 1.07 KB

Emotionsystem

Needed Software

How to access without Docker

  1. Clone this repository
  2. Open it in Visual Studio Code
  3. Open the terminal inside Visual Studio Code and type npm install to install the needed node modules
  4. Then type the following:
    cd svelte-ui
    npm run dev
    
    You can now view the botface at http://localhost:5173/.

How to access with Docker

  1. Clone this repository
  2. Open it in Visual Studio Code
  3. Open the terminal inside Visual Studio Code and type docker compose build
  4. After building, type docker compose up
  5. Port to access the website will be shown in terminal

For answering additional questions read the documentation.

Good luck for your project!