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

Update setup.html #24266

Merged
merged 1 commit into from
Jun 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions manual/en/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1>Setup</h1>
The first article was <a href="fundamentals.html">about three.js fundamentals</a>.
If you haven't read that yet you might want to start there.</p>
<p>Before we go any further we need to talk about setting up your
computer to do development. In particular, for security reasons,
computer as a development environment. In particular, for security reasons,
WebGL cannot use images from your hard drive directly. That means
in order to do development you need to use a web server. Fortunately
development web servers are super easy to setup and use.</p>
Expand All @@ -51,7 +51,7 @@ <h1>Setup</h1>
<p>Just point it at the folder where you unzipped the files, click "Start", then go to
in your browser <a href="http://localhost:8080/"><code class="notranslate" translate="no">http://localhost:8080/</code></a> or if you'd
like to browse the samples go to <a href="http://localhost:8080/threejs"><code class="notranslate" translate="no">http://localhost:8080/threejs</code></a>.</p>
<p>To stop serving pick stop or quit Servez.</p>
<p>To stop serving click stop or quit Servez.</p>
<p>If you prefer the command line (I do), another way is to use <a href="https://nodejs.org">node.js</a>.
Download it, install it, then open a command prompt / console / terminal window. If you're on Windows the installer will add a special "Node Command Prompt" so use that.</p>
<p>Then install the <a href="https://github.com/greggman/servez-cli"><code class="notranslate" translate="no">servez</code></a> by typing</p>
Expand Down Expand Up @@ -85,4 +85,4 @@ <h1>Setup</h1>



</body></html>
</body></html>