- Clone this repository
- Open it in Visual Studio Code
- Open the terminal inside Visual Studio Code and type
npm installto install the needed node modules - Then type the following:
You can now view the botface at http://localhost:5173/.
cd svelte-ui npm run dev
- Clone this repository
- Open it in Visual Studio Code
- Open the terminal inside Visual Studio Code and type
docker compose build - After building, type
docker compose up - Port to access the website will be shown in terminal
For answering additional questions read the documentation.
Good luck for your project!