Before we start, you need to have the following tools installed that you need for local development:
⏭️ If you have these tools installed, you can skip this step and go directly to the next section.
You can download Node.js from the official website. The installation is straightforward, and you can follow the instructions on the website.
To check if Node.js is installed, run the following command in your terminal:
npm -v
If you see a version number, you’re good to go.
You can download Git CLI from the official website. The installation is straightforward, and you can follow the instructions on the website.
To check if Git CLI is installed, run the following command in your terminal:
git --version
If you see a version number, you’re good to go.
📖 Continue reading to learn more about Boilkit. Boilkit Documentation.