fahimkhan / Online-NgSpice-Simulator

This repositry contains code for Online NgSpice Simulator
MIT License
4 stars 0 forks source link

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"`