blob: b28114c0868e50e6f48dd4008a083902edfb602c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Sorting Hat Frontend
A renderer for the sorting hat, sorts you to a variety of sets based on the
assignment of mind waves.
## Building
`npm run build`
You can then serve the project statically. As of this version it expects
a websocket server in port 1987
|