Clone the Repository and Install Dependencies
Chapter 1:
Step 1 - Clone the Repository
To begin setting up Startup Starter Kits (SSK), you need to clone the repository for either SSK-Core or SSK-Pro.
Cloning SSK
git clone https://github.com/Three-Tech-Consulting/SSK-Core.git
cd SSK-Core
npm install
Once dependencies are installed, you’re ready to start the next step.
Last updated