Design by Anderson Mancini
![Screenshot 2024-03-01 at 22 58 27](https://private-user-images.githubusercontent.com/117831817/309388480-de87f8f2-1187-481f-8ada-d9b6c2d4a5bc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDExMzgsIm5iZiI6MTczOTI0MDgzOCwicGF0aCI6Ii8xMTc4MzE4MTcvMzA5Mzg4NDgwLWRlODdmOGYyLTExODctNDgxZi04YWRhLWQ5YjZjMmQ0YTViYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwMjI3MThaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02NDRjOTVjZTUzMzcyNTRmMzhjNGQwOWMyNWQ3M2Q5NDQyYzlhMTY3YjVhYjczZGU0ZTdjOWM3OTlkY2QyMjViJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.W8f3xNWy6T6g1s6QFVLD252_Aohd9PjTgkC56GoAvh4)
About webgi: https://webgi.xyz/
Showcase Products in Full 3D with Incredible Details on websites and apps
First install the dependencies:
npm install
To run the project in development mode:
npm start
Then navigate to http://localhost:1234/index.html in a web browser to see the default scene in a viewer.
The assets are stored in the assets
directory.
To build the project for production:
npm run build
Check the webgi manual for the latest version. To use the different version:
- Update the version number in
package.json
file for bothwebgi
and@types/webgi
. - Run
npm install
to update the dependencies. - Delete
.cache
folder created by parcel bundler:rm -rf .cache
- Run
npm start
ornpm run build
to run or build the project.
For the latest version and documentation: WebGi Docs.
For license and terms of use, see the SDK License.