Kurt Hutten c84dcda4a1 Issue-178 Add draft mode for IDE
resolves #178
Initially the UI forced users to create a "part" before they got access
to the ide, now we're letting users go straight to hacking in the ide
and saving can come later. Better at getting users to the code earlier
2020-12-29 18:53:49 +11:00
2020-12-29 18:53:49 +11:00
2020-10-10 06:18:37 +11:00
2020-10-10 06:18:37 +11:00
2020-11-14 12:00:55 +11:00
2020-10-12 20:18:17 +11:00
2020-10-10 06:18:37 +11:00
2020-10-10 06:18:37 +11:00
2020-11-17 04:52:29 +11:00
2020-11-16 20:25:40 +11:00
2020-11-19 19:16:38 +11:00
2020-10-10 06:18:37 +11:00
2020-12-29 08:54:23 +11:00

CadHub banner

C a d H u b

Netlify Status

Let's help Code-CAD reach its full potential! We're making a cadhub for the Code-CAD community, think of it as model-repository crossed with a live editor. We have an integration with the excellent cascadeStudio with more coming soon.

If you want to be involved in anyway, get in touch via, twitter, discord or discussions.

Getting Started

Because we're integrating cascadeStudio, this is done some what crudely for the time being, so you'll need to clone the repo with submodules.

git clone --recurse-submodules -j8 git@github.com:Irev-Dev/cadhub.git
# or
git clone --recurse-submodules -j8 https://github.com/Irev-Dev/cadhub.git

Install dependencies

yarn install

Initialise the db

yarn rw db up
yarn rw db seed

Move some files to the public directory

yarn move-cad-worker

The above step should be repeated whenever you modify anything in the git submodule web/src/cascade/*

Fire up dev

yarn rw dev

Your browser should open automatically to http://localhost:8910 to see the web app. Lambda functions run on http://localhost:8911 and are also proxied to http://localhost:8910/.redwood/functions/*.

you can sign in to the following accounts locally

localUser1@kurthutten.com: abc123

localUser2@kurthutten.com: abc123

localAdmin@kurthutten.com: abc123

You may need to register a account depending on what issue you are trying to tackle, This can be done by clicking the login button on the top right. This will open up netlify's idenitiy modal asking for the websites url, since it will notice you developing locally. Enter https://cadhub.xyz/ than use you email, verify your email and you should be set. (some routes are protected, but permissions is a big area that needs a lot of work in the near future, so it's in a very incomplete state atm)

Note:

We're using RedwoodJS, this is perhaps unwise since they haven't reached 1.0 yet, however with their aim to release 1.0 by the end of the year, it shouldn't be too difficult to port changes over the coming months. If you not familiar with Redwood, never fear the main bit of tech it uses is React, Graphql(apollo) and serverless/lamdas, depending on what part of the app you want to help with, so long as you know you way around these bits of tech you should be fine with some light referencing of the RedWood docs

Extra Redwood docs, i.e. getting familiar with the frame work.

  • Tutorial: getting started and complete overview guide.
  • Docs: using the Redwood Router, handling assets and files, list of command-line tools, and more.
  • Redwood Community: get help, share tips and tricks, and collaborate on everything about RedwoodJS.

Styles

We're using tailwind utility classes so please try and use them as much as possible. Again if you not familiar, the tailwind search is fantastic, so searching for the css property you want to use will lead you to the correct class 99% of the time.

Designs

In progress, though can be seen on Figma

Description
We're out to raise awareness and put CodeCAD on the map. The success of CadHub can be measured by the amount it promotes the use of CodeCAD within the mechanical/manufacturing industry and the strength the CadHub community.
Readme 33 MiB
Languages
TypeScript 72.4%
JavaScript 20.6%
Shell 2.9%
CSS 2.2%
Dockerfile 1.5%
Other 0.2%