Cultural-Committee-SNIOE / CC-Website

https://cc-website-iota.vercel.app
0 stars 0 forks source link

CC - Website

Setup and local deployment

Clone the website

git clone https://github.com/Cultural-Committee-SNIOE/CC-Website.git

Install the modules

npm i

Start the server

npm run dev

Contributing

Create a new branch

git checkout -b feat/<branch-name>

Create a commit with a message

git commit -am "<commit-message>"

Push the branch

git push origin feat/<branch-name>

Branch Naming Convention

When creating a new branch for a feature, bug fix, or any other development task, follow this naming convention:

<type>/<short_description>

Examples:

Commit Message Format

For commit messages, follow this format:

<type>: <subject>

Examples: