Skip to content

Commit

Permalink
add Usage
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyNelson314 committed Dec 22, 2023
1 parent d467b50 commit fbbd380
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,33 @@

Electric Field Simulator

## Usage

### Camera View Control

rotation: `Drag`

position: `Shift` + `Drag`

## Local Execute

### setup
### Setup

Install NodeJS

```sh
winget install -e --id OpenJS.NodeJS
```

Install apps
Clone

```sh
git clone https://github.com/CaseyNelson314/EFSim.git
cd EFSim
npm install --save-dev
```

### launch local server
### Launch local server

```
npm run dev
Expand Down

0 comments on commit fbbd380

Please sign in to comment.