Download and install 64-bit Git for Windows from https://git-scm.com/downloads.
Download and install Node.js version 20.11.0 (64-bit) from https://nodejs.org/dist/v20.11.0/node-v20.11.0-x64.msi. During installation, proceed with the default settings.
Open Windows PowerShell and run the following command:
iwr https://get.pnpm.io/install.ps1 -useb | iex
cd Documents
git clone https://github.com/SnailyCAD/snaily-cadv4.git
cd snaily-cadv4
pnpm install
copy .env.example .env
Open the .env file using Visual Studio Code, make necessary edits, and save the file.
node scripts/copy-env.mjs --client --api
pnpm run build
Download the Start.bat file from https://www.swiftpeakhosting.co.uk/Downloads. Run the Start.bat file and check if everything is correct.
Go to the CAD URL to ensure everything is set up correctly.