~xenrox/10man-web

Web interface for 10man
Add auth to UI
Add dependencies
Fix codestyle

refs

master
browse  log 

clone

read-only
https://git.xenrox.net/~xenrox/10man-web
read/write
git@git.xenrox.net:~xenrox/10man-web

You can also use your local clone with git send-email.

builds.sr.ht status

#10man-web

#Project setup

yarn install

#Compiles and hot-reloads for development

yarn serve

#Compiles and minifies for production

yarn build

#Lints and fixes files

yarn lint

#UI/Server Structure

The 10man-web application consists of two parts, front-end UI and front-end server. The UI lives on a port configured as an environment variable, the server on the subsequent one.

#Minio

Request access to work with minio.

We use minio as a binary file storage. CI is set up to load these files into the project before building the application. To add files it is necessary to upload them to the 10man minio bucket. In turn, local development will not work without getting the files from the bucket.