|
@@ -7,7 +7,7 @@ Let's prepare our local environment in order to create our first WebAR experienc
|
7
|
7
|
Let's create a file structure for our AR experience:
|
8
|
8
|
|
9
|
9
|
1. Create a new folder called `ar-demo` in your filesystem
|
10
|
|
-2. Download the [latest release of encantar.js](../download.md){ ._blank } and extract `dist/encantar.js` to `ar-demo/`
|
|
10
|
+2. Download the [latest release of encantar.js](../index.md){ ._blank } and extract `dist/encantar.js` to `ar-demo/`
|
11
|
11
|
3. Create a new empty file called `index.html` and store it in `ar-demo/`
|
12
|
12
|
|
13
|
13
|
You will have the following file structure:
|