Alterspace is a new kind of reading room: a simple set of controls lets patrons decide on the color and behavior of lights and sounds in the space, adapting conditions for brainstorming, meditation, or quiet study.
More information about the project is available here: https://alterspace.github.io/ and here: https://lil.law.harvard.edu/projects/alterspace/
This project is a collaboration between Harvard's Library Innovation Lab and metaLAB.
- Frameworks used
- Project structure
- Code installation instructions for OS
- Code installation instructions for raspberry pis
This project is built using
- backend contains the server and celery. The main entry point is app.py
- frontend contains most of our frontend files. These include our Vue.js app and our assets.
- styles live in scss format in assets/css
- guides are some guides you might find useful!
- dist are the compiled files. Files go there when you build files with
npm run build