Giter Site home page Giter Site logo

raunak's Introduction

Raunak'23

Table of Contents

Installation

Setup

  1. Clone the repository:
git clone https://github.com/IEEE-MSIT-Project-Committee-23/Raunak.git
  1. Navigate to the project directory:
cd Raunak
  1. Branch:
git checkout -b <branch_name>

Frontend

  1. Navigate to the frontend directory:
cd client
  1. Install Dependencies:
npm install
  1. Start the app:
npm run dev

Server

  1. Navigate to the frontend directory:
cd server
  1. Install Dependencies:
npm install
  1. Create environment file:
cp sample.env .env
  1. Start the app:
npm run dev

Contributing

It is recommended to keep your changes grouped logically within individual commits.

  1. Add the current files:
git add <changed_files>
  1. Commit the changes :

Before Committing the changes check Commit Message Guidelines

git commit -m "<message>"
  1. Push the changes to remote:
git push origin <branch_name>
  1. Create a Pull Request

Commit_Message_Guidelines

A good commit message should describe what changed and why.

Before a pull request can be merged, it must have a pull request title with a semantic prefix.

Examples of commit messages with semantic prefixes:

  • fix: A bug fix
  • feat: A new feature
  • docs: Documentation changes
  • test: Adding missing tests or correcting existing tests
  • build: Changes that affect the build system
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • style: Changes that do not affect the meaning of the code (linting)

This commit message convention helps maintain a clear and structured history for your project, making it easier to understand and manage changes.

raunak's People

Contributors

utkarshahuja2003 avatar siddharthdhondiyal2512 avatar ota0912 avatar nikkittaa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.