Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

12urenloop/telraam-ui

Repository files navigation

Telraam-ui

Code analysis

CRUD-dashboard for Telraam

Setup

Prerequisites

Installing

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

Enviroment

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

Deploy

To deploy this website you can use the built-in vite preview tool: npm run serve or yarn server

Development

To run a webserver with a filewatcher run: npm run dev or yarn dev

Screenshots

Main dashboard

main_page

Filtered Dashboard

You're able to disable certain list if you don't want to see them filtered+page

Add a new item

add_item

Edit an item

edit_item

Releases

No releases published

Packages

No packages published