Skip to content

Manav-Rachna-AIML-Club/aiml-club-website

Repository files navigation

Club Wesbite

Official website of Manav Rachna AIML Club, built using NextJs, a framework for React.

How do I contribute / make changes to this?

First, PLEASE FORK the repo by clicking on the "fork" button on the top right corner of this page.

Then, go to YOUR fork, and click on the green button that says "Code". Copy the link that appears. Now do the following:

On Windows

  1. Open PowerShell
  2. Make sure git is installed, then run this
git clone https://github.com/Manav-Rachna-AIML-Club/aiml-club-website.git
  1. Go to the folder
cd aiml-club-website
  1. Open in VS Code by opening the folder or by running this command directly:
code .

On MacOS

  1. Open Terminal
  2. Make sure git is installed, then run this
git clone https://github.com/Manav-Rachna-AIML-Club/aiml-club-website.git
  1. Go to the folder
cd aiml-club-website
  1. Open in VS Code by opening the folder or by running this command directly:
code .

Running the project

  1. Install NodeJS from here, keeping the default settings.
  2. In your VSCode press Ctrl + J to open the terminal.
  3. Run this command to install the dependencies
npm install
  1. Run this command to start the development server
npm run dev

Now go to http://localhost:3000 to see the website running.

For any help feel free to ask on discord or whatsapp group.

Releases

No releases published

Packages

 
 
 

Contributors