iit-cs-430
v0.0.1
Published
## install
Downloads
2
Readme
CS430 Project
install
You need install environment for Nodejs program.
Install Nodejs(just like Python for Python program):
go https://nodejs.org/en, and download it.
Setup environment for Node.
set this line in your ~.zshrc
export PATH="$YOUR_NODE_BIN_PATH:$PATH"
Notice: replace $YOUR_NODE_BIN_PATH to your actual path of Nodejs that installed previous step.
Install dependencies
npm i
run
Run index.js through node
node index.js
Notice
You will be asked three questions about the input values.
These are input file name, price file name and promotions file name. It's easy to understand.