A platform for sharing complete bioengineering projects: protocols, code, sequences, CAD files, and data all in one place.
This repo is a React frontend app:
web/: React frontend (Vite)
cd web && npm installcd web && npm run devOpen the URL printed by Vite in your browser.
Want to share your bioengineering project? Head to the About page once you run the app, or see the About page in the UI for full instructions.
Quick summary:
- Fork this repo
- Create a folder in
web/projects/your-project-name - Add files following the example structure (see
web/projects/ecoli-gfp-expression-demo/) - Register your project in
web/src/data/projects.json - Open a pull request
Each project retains its own license. BioBlueprint itself is open source.