This repository contains a static web application for the Neuro-Transmitter Questionnaire.
You can serve the application locally using Python's built-in HTTP server:
cd neuro-transmitter-final
python3 -m http.server 8000Then open your browser and navigate to http://localhost:8000.
Since the app is static (HTML, CSS, and JavaScript), it can be hosted on any static web server or service such as GitHub Pages, Netlify, or Vercel. To deploy with GitHub Pages:
- Copy the contents of
neuro-transmitter-finalto the root of your repository or adocsfolder. - Commit and push the changes.
- Enable GitHub Pages in the repository settings, pointing to the branch/folder that contains the files.