Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 859 Bytes

File metadata and controls

33 lines (21 loc) · 859 Bytes

Outours

A landing page built with custom css written from scratch and compiled with scss.

You can check out the page at: https://knightvertrag.github.io/Outours/

Set Up Environment

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