Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jonathanprocter/neuro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Neuro-Transmitter Questionnaire

This repository contains a static web application for the Neuro-Transmitter Questionnaire.

Local Development

You can serve the application locally using Python's built-in HTTP server:

cd neuro-transmitter-final
python3 -m http.server 8000

Then open your browser and navigate to http://localhost:8000.

Deployment

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:

  1. Copy the contents of neuro-transmitter-final to the root of your repository or a docs folder.
  2. Commit and push the changes.
  3. Enable GitHub Pages in the repository settings, pointing to the branch/folder that contains the files.

About

The Neurotransmitters Questionnaire

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published