/website

GDSC FCRIT website

Primary LanguageJavaScript

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

  • React
  • Tailwind

Do star the Repository! ⭐

Installation

Prerequisites

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

  • Node.js (v14.x or higher)
  • npm (comes with Node.js)

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