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