The purpose of this application is to provide a guided means to generate the YML file needed for Rec to NWB and Spikegadgets to NWB. It spends up and simplifies creation of YAML files for generation of NWB files.
All users have to do is fill out the required fields and then press the generate button at the bottom. The process is straightforward. Alternately, users can upload a yml file to serve as a template.
There are placeholders in text boxes describing what input is expected; after opening the application. And the title-name by the text boxes are self-explanatory.
You can get the link for this page at - https://lorenfranklab.github.io/rec_to_nwb_yaml_creator/
To run locally, run -
npm run start
A browser will open up with the application.
To deploy, run the command -
npm run deploy
This deploys the code in branch - gh-pages. gh-pages should not be deleted.