summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
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"`
+
+