GDSC Pune WoW Website

This website is built using React.

Forking and Cloning

  • Fork the repository

  • Create a local clone of the website:

git clone https://github.com/<YOUR USERNAME>/wow-website.git
  • Change into the wow-website directory:
cd wow-website

Installation

npm install

Local Development

npm run dev

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server..