This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
user_guide_website [2018/04/20 04:49] z3dev [Making Changes] |
user_guide_website [2018/06/12 14:00] z3dev [Install Locally] |
||
---|---|---|---|
Line 60: | Line 60: | ||
However, for those who want more control, the website can be installed and used locally. The browsers of today can open locally installed or downloaded website content. And that means, you can download the project website, view and explore the contents, read the examples, etc. Here's how. | However, for those who want more control, the website can be installed and used locally. The browsers of today can open locally installed or downloaded website content. And that means, you can download the project website, view and explore the contents, read the examples, etc. Here's how. | ||
- | |||
- Download ZIP from [[https://github.com/jscad/OpenJSCAD.org|GitHub]] | - Download ZIP from [[https://github.com/jscad/OpenJSCAD.org|GitHub]] | ||
- Place the ZIP file into a directory | - Place the ZIP file into a directory | ||
- Unzip the contents | - Unzip the contents | ||
+ | - Open the folder called OpenJSCAD.org-master | ||
+ | - Then open index.html which is found in packages/web | ||
+ | |||
+ | For those with a little more technical background, the download can be down from the command line. | ||
+ | - cd <base directory> | ||
+ | - git clone https://github.com/jscad/OpenJSCAD.org.git | ||
+ | - cd OpenJSCAD.org | ||
- | git clone https://github.com/jscad/OpenJSCAD.org.git | ||
- | go into OpenJSCAD.org folder cd OpenJSCAD.org | ||
install dependencies npm install | install dependencies npm install | ||
if desired, make the openjscad command refer to the code in this folder: npm link | if desired, make the openjscad command refer to the code in this folder: npm link |