Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 489 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 489 Bytes

Online-NgSpice-Simulator

This repositry contains code for Online NgSpice Simulator

##Pre-requisites

  1. Node.js
  2. Ngspice

##How to run ?

  1. To install all the dependency

    npm install

  2. To run the application

    node app.js

  3. 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"