Skip to content

Latest commit

 

History

History
90 lines (35 loc) · 1.29 KB

README.md

File metadata and controls

90 lines (35 loc) · 1.29 KB

Codechef-VIT

Fully Flexible Dating System

Platform to find out when a user is free and connect them to other users in the same free slot in VIT to chat, meet up and chill-out.


DOCS

UI

Features

  • Connects people based on their free time slots.

  • Connects people based on their preferences

  • Unique Dating Platform tailored to VITians.

Instructions to run

1) Clone the master branch of FFDS.


$ git clone https://github.com/CodeChefVIT/FFDS

2) Run NPM Install


$ npm install

3) Run NPM Serve (For Dev Build)


$ npm run serve

4) Run NPM Lint (For Linting Code)


$ npm run lint

5) Run NPM Build (For Production Build)


$ npm run build