The frontend is the web client for CloudGoBrrr. It not only shows you all files but allows you to singup, signin and manage your account.
- Get the latest release
- Extract it
- Create a config.js from config.example.js
- tested with NodeJS v16
- Software is only tested on Linux
Run
npm run build
Copy files of build
folder to a webserver
Run
npm run dev