Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyNelson314 committed Dec 22, 2023
1 parent 4097b5b commit 225985c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 713 deletions.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# EFSim
電界シミュレータ

[![GitHub Pages Deploy](https://github.com/CaseyNelson314/EFSim/actions/workflows/deploy.yml/badge.svg)](https://github.com/CaseyNelson314/EFSim/actions/workflows/deploy.yml)

Electric Field Simulator

## Local Execute

### setup

Install NodeJS

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

Install node modules

```sh
npm install --save-dev
```

### launch local server

```
npm dev
```
Loading

0 comments on commit 225985c

Please sign in to comment.