Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 532 Bytes

Readme.md

File metadata and controls

30 lines (20 loc) · 532 Bytes

Lab.js Starter-kit 🧪

A minimal starter-kit for Lab.js to code studies from scratch

Requierements

To get started with npm

npm i
npm run dev

Or to get started with docker

docker-compose up

Now visit http://localhost:1234/ with your browser.
You should see a running experiment

Build your study assets bundle

npm run build