This website allows you to install the default values for SnailyCAD in a few clicks.
Enter the URL of your SnailyCAD API in the API URL field.To get the API Key, you need to go to your SnailyCAD client, login as an admin, click on the Admin tab, Cad Settings, then finnaly find the API Token tab on the side bar. Lastly, enable Public API Access and click save. Then copy then API Token and paste it in the API Key field.
Lastly, select the options you would like to install into your SnailyCAD and click the Submit button. It may take some time to import all of the values depending on the size of the items imported.
- Node.js & npm
- Unzip, or any other archive manager that can extract .zip files
- Download the latest release from the releases page
- Extract the files to a folder
unzip SnailyCadInstallDefaults.zip
- Open the folder in your terminal
cd SnailyCadInstallDefaults
- Install the dependencies
npm install
- Start the server
npm run start
- Open your browser and go to http://localhost:3007
To start the development server, run the following commands:
- Clone the repository
git clone https://github.com/TheAFKGamer10/SnailyCadInstallDefaults.git
- Open the folder in your terminal
cd SnailyCadInstallDefaults
- Install the dependencies
npm install --save-dev
- Built the project
npm run build
- Goto the dist folder
cd dist
- Start the server
npm run watch:server
- Open your browser and go to http://localhost:3007