Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uberCad/uberCad
uberCad - is in-browser DXF editor
https://github.com/uberCad/uberCad
browser cad dxf editor flixo reactjs thermodynamics threejs webpack
Last synced: 5 days ago
JSON representation
uberCad - is in-browser DXF editor
- Host: GitHub
- URL: https://github.com/uberCad/uberCad
- Owner: uberCad
- License: apache-2.0
- Created: 2018-09-04T17:57:15.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-05T16:16:38.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T15:34:34.453Z (3 months ago)
- Topics: browser, cad, dxf, editor, flixo, reactjs, thermodynamics, threejs, webpack
- Language: JavaScript
- Homepage: http://thermevo.com/ubercad/en
- Size: 5.76 MB
- Stars: 32
- Watchers: 5
- Forks: 8
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
uberCad
=======### What is uberCad?
uberCad is browser DXF-editor. It's simple and usefull, have a lot of features and possibilities.
uberCad not only editor but multi-user app with personal page of projects, collaboration and big library of presets.### Why is this project useful?
This project will be usefull for many other projects like CAD-systems, CNC-routers, modelling and other.
### uberCad in glance
[todo]
### Team
Initially uberCad is the product of http://thermevo.com
Currently we are developing opensource product with lovely community### We need you
If you have a vision of how to make the world better and improve the project then join the uberCad team.
Feel free to create pull requests and issues!### How do I get started?
Just clone this repository and modify it as you want. Than create pull request and we'll comunicate.
### Where can I get more help, if I need it?
If you need more info, visit http://thermevo.com/ubercad/en
### Build docker image
```
docker image build -t shus/cra-docker:latest .
docker images
docker tag 6c763f716e3e shus/cra-docker:latest
docker push shus/cra-docker
```### Deploy docker image
```
docker-compose stop
docker pull shus/cra-docker:latest
docker-compose -f docker-compose.yml up -d
```