Official website for IIIT Delhi's IEEE Student Branch.
Node.js and yarn are required to install dependencies and build the files. Once installed,
- Install dependencies:
yarn install. - To start the dev-server:
yarn dev, which will build files with webpack indist/and start a local server. - For production:
yarn astro build, and copy these files to the desired location.