MoleculARweb is a website for chemistry and structural biology education through commodity, web-based augmented reality that you can use in your webcam-enabled computer, smartphone or tablet, just on your web browser.
This project is manintained by Fabio Cortés and Luciano Abriata from the Laboratory of Biomolecular Modeling at École Polytechnique Fédérale de Lausanne (EPFL) in Switzerland. It was done with help from several collaborators from the group as well as researchers and educators from other institutions. The project is funded by Spark grant CRSK-1_190376 from the Swiss National Science Foundation.
Print the markers, select an activity and enjoy!
Follow this instructions to run this project on your local machine.
To run this project all you need is a basic static server. We use live-serve
package from npm. All you need to have installed is node.js.
$ node --version
v12.8.1
$ npm install --global live-server
$ git clone https://github.com/fcor/molecular-mirror-app.git # Clone the repository.
$ cd molecular-mirror-app # Navigate into the folder
$ live-server # Start the local development server