Skip to content

Allows you to install default values for an eaiser setup of SnailyCadv4.

License

Notifications You must be signed in to change notification settings

TheAFKGamer10/SnailyCadInstallDefaults

Repository files navigation

SnailyCadInstallDefaults

This website allows you to install the default values for SnailyCAD in a few clicks.

Index

How to use

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.

Installation

Requirements

  • Node.js & npm
  • Unzip, or any other archive manager that can extract .zip files

Installation

  1. Download the latest release from the releases page
  2. Extract the files to a folder
    unzip SnailyCadInstallDefaults.zip
  3. Open the folder in your terminal
    cd SnailyCadInstallDefaults
  4. Install the dependencies
    npm install
  5. Start the server
    npm run start
  6. Open your browser and go to http://localhost:3007

Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request.

Development

ONLY DO THIS IF YOU ARE A DEVELOPER AS THIS IS NOT NEEDED FOR THE AVERAGE INSTALLATION AND MAY CAUSE ISSUES
To start the development server, run the following commands:
  1. Clone the repository
    git clone https://github.com/TheAFKGamer10/SnailyCadInstallDefaults.git
  2. Open the folder in your terminal
    cd SnailyCadInstallDefaults
  3. Install the dependencies
    npm install --save-dev
  4. Built the project
    npm run build
  5. Goto the dist folder
    cd dist
  6. Start the server
    npm run watch:server
  7. Open your browser and go to http://localhost:3007

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

About

Allows you to install default values for an eaiser setup of SnailyCadv4.

Resources

License

Stars

Watchers

Forks

Releases

No releases published