Official technical documentation for the CorTest project — mobile seizure testing platform.
https://NolanBeaujault.github.io/cortest-docs/
npm install
npm run startThen open http://localhost:3000
To build and deploy:
npm run build
npm run deploy.
├── docs/ # All documentation pages (MDX)
├── src/
│ └── pages/ # Custom TSX pages
├── static/ # Images and static assets
├── docusaurus.config.js
├── sidebars.js
└── README.mdMade with ❤️ by the Cortest team.