Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 authored Apr 27, 2024
1 parent a6c5eba commit 3ba154f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# staffing
A clientside staffing visualizer
# Staffing Visualiser
A simple clientside staffing visualiser written in Javascript.

## Features
Write json file for an staffing to
- Fill both canvas per position and per controller automatically
- Each position and controller will get an unique color until the colors are exhausted
- Current time (LT) red line in the timeline

## How to create staffing
1. Clone this repo
2. Open it in Visual Studio Code and "Go Live" in bottom right. This creates a webserver that will update each time you save the json, so it's easy to preview changes.
3. When happy, you may push or pull request the changes into the repo so it becomes live on staffing.vatsca.org

0 comments on commit 3ba154f

Please sign in to comment.