Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 545 Bytes

File metadata and controls

42 lines (26 loc) · 545 Bytes

dotless

Blazing fast - workflows for the web - powered by Go, React and WebAssembly

.dotless Splash

Development

In heavy development. Not ready for production.

How to build

Build frontend

yarn install
yarn build

Build backend

go build

Run the app

run `dottless`
navigate to <http://localhost:3000>

How to develop

// Todo


How to test

// Todo