Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

info #7

Open
devds opened this issue Nov 7, 2023 · 1 comment
Open

info #7

devds opened this issue Nov 7, 2023 · 1 comment

Comments

@devds
Copy link

devds commented Nov 7, 2023

Hi, first of , congrat for this project.
Do you offer support to compile and run?
I am new in Typescript ( but I OCC skilled)
Thanks in advance

@xiangechen
Copy link
Owner

To compile and run, follow these steps:

  1. Install Node.js.
  2. Download the source code of chili3d.
  3. Navigate to the source code directory and run the command "npm i" in the command line. This will install all the dependencies.
  4. There are two ways to run:
    (1) Development: Run the command "npm run dev" in the command line. This will start the dev-server. Follow the instructions to open it in a browser.
    (2) Build: Run the command "npm run build" in the command line. This will package the program into the build directory. You can deploy it on web servers like nginx. This method is used to deploy it on https://chili3d.com.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants