Brains@Play is the platform for deploying brain-responsive applications. The entire software stack behind our platform contained here as brainsatplay.js: an open-source framework for developing durable brain-responsive applications using modern web technologies.
Explore our documentation here.
Clone this repo and unzip contents to a folder.
Open Folder via command line (VS Code recommended, latest NodeLTS with latest NPM required)
npm install
npm start
Follow the url given for localhost (usually localhost:1234) for the local build. Hot reloading is enabled for editing via Parcel.
npm install brainsatplay
import * as brainsatplay from 'brainsatplay'
<script src="https://cdn.jsdelivr.net/npm/brainsatplay"></script>
Our open-source content management system for brainsatplay.js applications.
If you have questions about developing with Brains@Play, feel free to start a conversation on Discord or reach out directly to our team at contact@brainsatplay.com.