- Node.js (https://nodejs.org/)
- Yarn (https://yarnpkg.com/)
-
Clone the repository: git clone https://github.com/Celthros/sass-start-site.git cd sass-start-site# Project Setup
- Node.js (https://nodejs.org/)
- Yarn (https://yarnpkg.com/)
-
Clone the repository:
git clone https://github.com/Celthros/sass-start-site.git cd sass-start-site
-
Install Yarn:
npm install --global yarn Install dependencies for the root workspace:
yarn install Install dependencies for each workspace:
natours/after-S05:
cd natours/after-S05 yarn install cd ../.. natours/final-after-S06:
cd natours/final-after-S06 yarn install cd ../.. trillo/starter:
cd trillo/starter yarn install cd ../.. trillo/final:
cd trillo/final yarn install cd ../.. ``` Running the Project Refer to the individual package.json files in each workspace for available scripts and commands.