knotteye fcff93c533 | ||
---|---|---|
src | ||
.gitignore | ||
LICENSE | ||
README | ||
db_setup.sql | ||
ircd-setup | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
README
Satyr: A livestreaming server System dependencies: npm, node, typescript (Typescript can be installed through npm) Build Instructions git clone https://gitlab.com/knotteye/satyr.git cd satyr npm install tsc Run the server node server.js