Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 641 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 641 Bytes

Hacktoberfest-Website

Website for the Hacktoberfest event by Mad-Hacks.

Visit the below link:

http://hacktoberfest-ajce.surge.sh/

Instructions

  • Clone the repository.
  • Make sure Node-js is installed.
  • Install the dependencies with npm install
  • Use npm run dev to launch the development server.
  • The files will be served within your default browser.
  • Each refresh is synced with the browser so that is is reflected there.

Contributor Guidelines

  • Fork the repository.
  • Create a new branch.
  • Make the necessary changes.
  • Submit a PR for review.