HackMort / Patient

NMOSD Patient Site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Patient

NMOSD Patient Site

Screenshots

NMOSD Patient Site

Requirements

  1. Node.js
  2. Local Web Server
  3. VS Code
  4. Live SASS Compiler Extension

Installation

  1. Clone the repository
  2. Install the dependencies
  3. Run the local web server
  4. Add the following to your vs code settings.json file
"liveSassCompile.settings.formats": [
        {
            "format": "expanded",
            "extensionName": ".css",
            "savePath": "/src/css",
            "savePathReplacementPairs": null
        }
    ],
  1. Run local web server command
ws -d src
  1. Run live sass compiler
  2. Open the browser and navigate to http://localhost:8000
  3. Enjoy!

About

NMOSD Patient Site


Languages

Language:HTML 58.6%Language:CSS 20.2%Language:SCSS 16.8%Language:JavaScript 4.4%