Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

csdu/csdu-jekyll-website

Repository files navigation

Student managed website for Department of Computer Science Society, University of Delhi.

Built using Jekyll and Tailwind Css.

Development

Requirements

Installation

# 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

Start local dev server

# 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

Build for production

npm run build

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •