Skip to content

Latest commit

 

History

History
86 lines (66 loc) · 2.56 KB

File metadata and controls

86 lines (66 loc) · 2.56 KB

🧠 CorTest Documentation

Official technical documentation for the CorTest project — mobile seizure testing platform.


React size Repo size Contributors Last commit


Online Documentation

https://NolanBeaujault.github.io/cortest-docs/


Development

npm install
npm run start

Then open http://localhost:3000

To build and deploy:

npm run build
npm run deploy

Stack

Docusaurus

React

MDX

CSS

GitHub Pages

Node.js


Structure

.
├── docs/           # All documentation pages (MDX)
├── src/
│   └── pages/      # Custom TSX pages
├── static/         # Images and static assets
├── docusaurus.config.js
├── sidebars.js
└── README.md

Contributors

Made with ❤️ by the Cortest team.