Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 571 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 571 Bytes

GIC-Admin-Site

Prequisites to run the server:

  1. Node and npm, express globally
  2. Python-3 support and Anaconda should be installed
  3. LaTex Modules: texlive-base, texlive-xetex, texlive-fonts-extra

Prerequisites to run the web-site:

A browser, preferably Chrome to view better formatted PDFs

Steps to run the server locally:

  1. Make sure you have all the prerequisites.
  2. Clone the repo.
  3. Inside the main repo, make a folder named "generated_pdfs"
  4. Run npm install
  5. Run the server with node server.js. NOTE: Do not run Nodemon!