Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

SnailyCAD-Manager/v3

Repository files navigation

SnailyCAD Manager v3

NOTE: This project is still in development and is not yet ready for production use.

Installation

Windows

  1. Download the latest version here.
  2. Run the installer
  3. Done 🎉. SnailyCAD Manager is now available at http://localhost:60120!

IMPORTANT NOTE: (Windows Only) If you want to be able to remotely access SnailyCAD Manager, you will need to handle either port forwarding or proxying yourself.

Linux

Run the following commands in your terminal:

sudo -i
pnpm create snailycad-manager

Done 🎉. SnailyCAD Manager is now available at http://YOUR_SERVER_IP:60120 (Automatically Port Forwarded!)

Contributing

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/awesome-feature)
  3. Commit your changes (git commit -am 'Add some awesome feature')
  4. Push to the branch (git push origin feature/awesome-feature)
  5. Create a new Pull Request

License

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


All stars & forks are much appreciated! Made with ❤️ for SnailyCAD — Written in TypeScript