Documentation: no longer mention Bootstrap as dependency

The web app doesn't use Bootstrap, so it shouldn't be mentioned in the
docs.
This commit is contained in:
Sybren A. Stüvel 2022-12-06 16:46:14 +01:00
parent 80fee0837b
commit f93c66edb3

View File

@ -24,9 +24,9 @@ Most of Flamenco is made in Go.
## 2. Installing NodeJS
The web UI is built with Vue, Bootstrap, and Socket.IO for communication with
the backend. **NodeJS+Yarn** is used to collect all of those and build the
frontend files.
The web UI is built with [Vue.js](https://vuejs.org/), and Socket.IO for
communication with the backend. **NodeJS+Yarn** is used to collect all of those
and build the frontend files.
{{< tabs "installing-nodejs" >}}
{{< tab "Linux" >}}