- Follow Contributon Guidelines mentioned here
fork
the repository , Creates a replica of repository to your local environment.git clone https://github.com/YOUR-USERNAME/Community-Website
Downloads all repo files to your machine.
- Run
npm install
. It will install all the required packages and dependencies. - Run
npm start
to run the server. - Navigate to http://localhost:3000 to view it in the browser.
- changed something