Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 887 Bytes

gettingstarted.md

File metadata and controls

44 lines (28 loc) · 887 Bytes

Getting started

Below are instructions for running and developing the website on your own machine.

Prerequisites

  • Node.js (v18.0.0 or later has been tested, volta config is included in package.json)

Installation

  1. Clone the repo

    git clone --depth 1 https://github.com/techlauncher-mlai-edge-physics/physics_in_the_browser.git
  2. Install NPM packages

    npm install

    or if you wish to help develop the application, install the development packages

    npm install --include=dev
  3. 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

Relevant Works

To Do