Below are instructions for running and developing the website on your own machine.
- Node.js (v18.0.0 or later has been tested, volta config is included in package.json)
-
Clone the repo
git clone --depth 1 https://github.com/techlauncher-mlai-edge-physics/physics_in_the_browser.git
-
Install NPM packages
npm install
or if you wish to help develop the application, install the development packages
npm install --include=dev
-
Build the application
npm run build
The built application will be in the
dist
folder.For development, you can run the application in
dev
command and follow the instructions to open the application in your browser.npm run dev
To Do