-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4097b5b
commit 225985c
Showing
3 changed files
with
28 additions
and
713 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
Oops, something went wrong.