You can check out the page at: https://knightvertrag.github.io/Outours/
Clone the repository using the following command:
https://github.com/knightvertrag/Outours.git
Run the following command to install all dependecies:
npm install
The project uses node-sass to compile scss and the compilation script can be run with:
npm run compile:sass
Note: The script has been set to watch mode to you don't have to run the script everytime after making changes. To disable watch mode, remove the -w flag in the npm script in the package.json file.
You can also use the live-server extension in VS-Code or install the npm package to automatically refresh the page upon changes.
npm install live-server