Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 408 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 408 Bytes

Instructions for the website

Clone the repo

git clone --recurse-submodules https://github.com/PL-ML/code2inv-webpage.git

Follow the installation instructions for the code2inv repo under data/code2inv/

Install Node JS and NPM

sudo apt-get install nodejs npm

Install the dependencies

npm install

Run the server

node server

visit localhost:5000 to checkout the website