Clone the Repository and Install Dependencies
Chapter 1:
Last updated
Chapter 1:
To begin setting up Startup Starter Kits (SSK), you need to clone the repository for either SSK-Core or SSK-Pro.
To get started with SSK, you'll need to have Node.js version 18 or higher installed on your development machine.
git clone https://github.com/Three-Tech-Consulting/SSK-Core.git
cd SSK-Core
npm installgit clone https://github.com/Three-Tech-Consulting/SSK-Pro.git
cd SSK-Pro
npm installOnce dependencies are installed, you’re ready to start the next step.
Last updated