diff options
author | fahimkhan | 2016-08-17 12:55:05 +0530 |
---|---|---|
committer | fahimkhan | 2016-08-17 12:55:05 +0530 |
commit | 396884a528a0c12e4763fe0986f88eba0de47794 (patch) | |
tree | 703dd57dac3377f79d932287369633d9c812cdc9 /README.md | |
download | Online-NgSpice-Simulator-396884a528a0c12e4763fe0986f88eba0de47794.tar.gz Online-NgSpice-Simulator-396884a528a0c12e4763fe0986f88eba0de47794.tar.bz2 Online-NgSpice-Simulator-396884a528a0c12e4763fe0986f88eba0de47794.zip |
Moving Repository from https://github.com/fahimkhan/Online-NgSpice-Simulator to https://github.com/FOSSEE/Online-NgSpice-Simulator
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e128c88 --- /dev/null +++ b/README.md @@ -0,0 +1,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"` + + |