CRUD-dashboard for Telraam
Clone on your machine:
git clone https://github.com/NuttyShrimp/telraam-ui.git
cd telraam-ui
Install the npm package:
With npm: npm install
or with yarn: yarn install
To make the UI work, you should copy .env.template
to .env
.
Otherwise, the UI will not be able to make requests to telraam
To change the telraam endpoint, update the variable in the .env file
To deploy this website you can use the built-in vite preview tool:
npm run serve
or yarn server
To run a webserver with a filewatcher run:
npm run dev
or yarn dev
You're able to disable certain list if you don't want to see them