GDSC-FCRIT / website

GDSC FCRIT website
https://gdsc-fcrit.netlify.app/
17 stars 24 forks source link
hacktoberfest

Official website of GDSC FCRIT ✨

Welcome to the Official Website of GDSC FCRIT. This is an open source project so anyone can contribute to it.

Technologies Used

Do star the Repository! ⭐

Installation

Prerequisites

Before you begin, make sure you have the following software installed:

Clone the Repository

To get a local copy of the project, you can use Git. Run the following command in your terminal:

git clone https://github.com/GDSC-FCRIT/website.git 

Navigate to the project directory:

cd your-project

Install the project dependencies using npm:

npm install

Once the dependencies are installed, you can start the development server. Run the following command:

npm start