A user friendly meet app for IITK Janta
Explore the webapp »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
mIIT-Kute is a social networking platform for campus janta of IITK where user can enjoy different events with their friends in IITK :
You can clone the repository using the github clone option or download the zip file directly. In order to run the webapp on local host, one can install all the dependencies and then simply run it on VS Code.
To install all the dependencies and packages of the web app simply run the following command on the cmd terminal npm
npm install
To run the app on local server simply type the following command on vs code terminal npm
node app
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request