Official website for IIIT Delhi's IEEE Student Branch.
Node.js and npm are required to install dependencies and build the files. Once installed,
- Install dependencies:
npm install
. - Install
stylus
globally to compile.styl
files:npm i -g stylus
. - To start the dev-server:
npm run start
, which will build files with webpack indist/
and start a local server. - 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>
.