blob: e128c88681e4edab1464b2289fb2482750ee30b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Online-NgSpice-Simulator
This repositry contains code for Online NgSpice Simulator
##Pre-requisites
1. Node.js
2. Ngspice
##How to run ?
0. To install all the dependency
`npm install`
1. To run the application
`node app.js`
2. Open browser and go to http://localhost:3000
##Environment variable
####For test server
`export NODE_ENV="testing"`
####For development
`export NODE_ENV="development"`
####For production server
`export NODE_ENV="production"`
|