- Quick Start 💥
- Features 🧾
- Browser Support 🌐
- Installation 🐣
- Starting the app
- Contribution Guidelines ✒
This is the github repository for CSA Times Web Portal, an all encompassing comprehensive Web portal for students of BITS Pilani, Goa Campus.
- Clone the repo
- Install modules - yarn install
- Deploy - yarn serve
Login/Logout Dashboard - Campus Updates
Student Portal - Details about Clubs/ Departments/ Important Campus Websites
Edge |
Firefox |
Chrome |
Safari |
Opera |
---|---|---|---|---|
Edge | last 3 versions | last 3 versions | last 3 versions | last 3 versions |
Follow these steps to install this project directory:
# clone the repo
$ git clone https://github.com/plutoniumm/csatimes.git
# go into app's directory:
$ cd myproject
# install dependencies
$ yarn install
Follow these steps to run the app on your local machine:
# go into app's directory:
$ cd myproject
# Deploy
$ yarn serve
- Fork the repo on GitHub.
- Push your work back up to your fork.
- Submit a pull request.
- The subject should be a short one line summary of the change you've made.
- The extended description should include a deatiled description of the changes you've made and also a list of all the files you've made changes in.
- One pull request should cater to only one change. *A change may include multiple file changes that are essential to solving the issue/change.