Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 620 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 620 Bytes

Official website for IIIT Delhi's IEEE Student Branch.

Build

Node.js and npm are required to install dependencies and build the files. Once installed,

  1. Install dependencies: npm install.
  2. Install stylus globally to compile .styl files: npm i -g stylus.
  3. To start the dev-server: npm run start, which will build files with webpack in dist/ and start a local server.
  4. For production: npm run build, and copy these files to the desired location.

To create a new page: node ./scripts/create-new-page <PAGE-NAME>.

License

MIT