Skip to content

Commit

Permalink
release location changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth committed Dec 15, 2023
1 parent 7ca6def commit 4cadab1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ or
yarn build
```

It will make a dist folder which is your files to run the tryon.
It will make a public folder which is your files to run the tryon.

### how to try
Open the dist folder & run the index.html file in browser, make sure if you can roll index.html from a server, like localhost
Open the public folder & run the index.html file in browser, make sure if you can roll index.html from a server, like localhost

or use http-server to run the index.html file.

Expand All @@ -73,7 +73,7 @@ yarn global add http-server
once done run the command (assuming you are in Virtual-tryon folder)
```
http-server -p 3000 ./dist -o http://localhost:3000/index.html
http-server -p 3000 ./public -o http://localhost:3000/index.html
```
### For Developers
Expand Down

0 comments on commit 4cadab1

Please sign in to comment.