A centralised platform for neuroscience institutes to share engineering solutions — hardware designs, firmware, rigs, and tools — with the wider community.
# Any static HTTP server will do. For example:
npx -y serve .Then open http://localhost:3000.
- Push this repository to GitHub.
- Go to Settings → Pages.
- Under Source, select the
mainbranch and/ (root)folder. - Click Save. Your site will be live at
https://<org>.github.io/NeuroscienceEngineeringSyndicate/.
├── index.html # Home page
├── solutions.html # Solutions database viewer
├── guides.html # Contribution & standards guides
├── css/style.css # Design system
├── js/app.js # Client-side logic
├── data/solutions.json # Solutions database (seed data)
└── assets/ # Logo, favicon, images
- Fork this repository.
- Add your solution to
data/solutions.jsonfollowing the existing schema. - Open a Pull Request.
See the Guides page for full contribution standards.
MIT