Skip to content

SainsburyWellcomeCentre/NeuroscienceEngineeringSyndicate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neuroscience Engineering Syndicate (NES)

A centralised platform for neuroscience institutes to share engineering solutions — hardware designs, firmware, rigs, and tools — with the wider community.

🚀 Quick Start (Local)

# Any static HTTP server will do. For example:
npx -y serve .

Then open http://localhost:3000.

🌐 Deploy to GitHub Pages

  1. Push this repository to GitHub.
  2. Go to Settings → Pages.
  3. Under Source, select the main branch and / (root) folder.
  4. Click Save. Your site will be live at https://<org>.github.io/NeuroscienceEngineeringSyndicate/.

📂 Project Structure

├── 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

➕ Adding a Solution

  1. Fork this repository.
  2. Add your solution to data/solutions.json following the existing schema.
  3. Open a Pull Request.

See the Guides page for full contribution standards.

📜 Licence

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors