This project was stopped due to a javascript error.
TweLab
TweLab is a fast, flexible, self-hosted platform
Usage
1.
# Clone this repository
git clone https://github.com/octyze/twelab.git
2.
# Move to cloned directory
cd twelab
3.
# Build svelte sources
node build.js
4.
# Compile backend sources
go build main.go
5.
# Run server on localhost:8080
./main