Everything and a bag of chips hopefully
To install SCSSKit, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/scsskit.git
-
Navigate to the project directory:
cd scsskit
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Link the SCSSKit package locally:
npm link .
-
Navigate back to the root directory:
cd ..
-
Link the SCSSKit package in your project:
npm link scsskit
-
Start the main development server:
npm install && npm run dev