This repositry contains code for Online NgSpice Simulator
##Pre-requisites
- Node.js
- Ngspice
##How to run ?
-
To install all the dependency
npm install
-
To run the application
node app.js
-
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"