Skip to content

filkovskyi/threejs-tesla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tesla Demo

Tesla project

Live link: https://tesla-indol.vercel.app/

Running

First install the dependencies:

npm install

To run the project in development mode:

npm start

Then navigate to http://localhost:3000/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

Updates

Check the webgi manual for the latest version. To use the different version:

  • Update the version number in package.json file for both webgi and @types/webgi.
  • Run npm install to update the dependencies.
  • Delete .cache folder created by parcel bundler: rm -rf .cache
  • Run npm start or npm run build to run or build the project.

Documentation

For the latest version and documentation: WebGi Docs.

License

For license and terms of use, see the SDK License.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors