Skip to content

The 3D Virtual Labs project bridges the gap between digital simulations and real-world physics experiments. By connecting virtual lab environments to physical devices, users can manipulate and observe real-time updates in both spaces.

Notifications You must be signed in to change notification settings

Robotics-Lab-UCSB/3DvirtualLab

Repository files navigation

How to Run This on Your Computer

Follow these steps to run iStat locally:

  1. Clone the repository:

    git clone https://github.com/yourusername/istat-frontend.git
  2. Navigate into the project directory:

    cd istat-frontend
  3. Install dependencies: Make sure you have Node.js and npm installed. Then run:

    npm install
  4. Build for production: To build the project for production, use:

    npm run dev
  5. Open the application: Open your browser and navigate to:

http://localhost:3000

Devenv instructions

Alternatively, devenv + Nix can be used to automatically bring up a working environment. Install Nix and enable the experimental flakes feature. Enter the project directory and type

nix develop --impure

All dependencies will be fetched automatically. Once the command finishes, run

devenv up

A development server will be started at localhost:5173

About

The 3D Virtual Labs project bridges the gap between digital simulations and real-world physics experiments. By connecting virtual lab environments to physical devices, users can manipulate and observe real-time updates in both spaces.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published