Student managed website for Department of Computer Science Society, University of Delhi.
Built using Jekyll and Tailwind Css.
# clone this repository
git clone https://github.com/csdu/csdu-jekyll-website
# go to working directory
cd csdu-jekyll-website
# install ruby dependencies
gem install bundler
bundle install
# install node dependencies
npm install
# to start local dev server on http://localhost:4000
npm run dev
# or
# to start local dev server with live reload (watch for any file changes)
npm run watch
npm run build