Skip to content

Pranesh950/BioBlueprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BioBlueprint

A platform for sharing complete bioengineering projects: protocols, code, sequences, CAD files, and data all in one place.

Local Development

This repo is a React frontend app:

  • web/: React frontend (Vite)

1. Install dependencies

cd web && npm install

2. Run locally

cd web && npm run dev

Open the URL printed by Vite in your browser.

Adding Your Project

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:

  1. Fork this repo
  2. Create a folder in web/projects/your-project-name
  3. Add files following the example structure (see web/projects/ecoli-gfp-expression-demo/)
  4. Register your project in web/src/data/projects.json
  5. Open a pull request

License

Each project retains its own license. BioBlueprint itself is open source.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors