Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@awvinf/classcad-windows-x64

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@awvinf/classcad-windows-x64

The ClassCAD binaries for Windows x64.

latest
npmnpm
Version
0.0.0-beta.7
Version published
Maintainers
4
Created
Source

The ClassCAD Binaries

⚠️ Currently only available for beta users!

Getting Started

  • You can install the classcad binaries with npm or yarn by running the install command in your package folder.

        npm i @awvinf/classcad-windows-x64
        or
        yarn add @awvinf/classcad-windows-x64
    
  • Go to buerli.io, sign up for a user account and download the required application package. Place the downloaded ccapp in a secure folder on your local system.

    Since this file contains sensitiv data, be sure to keep it private and do not commit it to any source control. The ccapp package should not be distributed.

    ⚠️ Important! The user area of buerli.io is under construction and not available yet!

  • To test the installation please execute the following command in a terminal window and you will see the help message. The current working directory needs to be the root of your npm package.

    npx classcad --help
    
  • Now, you're ready to start the ClassCAD Server. Make sure to provide the proper ccapp package path to the --ccappfile option.

    npx classcad --ip localhost --port 8182 --instances 5 --ccappfile <PATH-TO-CCAPP-FILE>.ccapp
    
  • Check the status of the ClassCAD server which should now be available under http://localhost:8182

    http://localhost:8182/status
    
  • You are ready to build CAD applications for the web. Have a look at the buerli api documentation to get started https://buerli.io/api.

FAQs

Package last updated on 25 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts