Website for the Hacktoberfest event by Mad-Hacks.
Visit the below link:
http://hacktoberfest-ajce.surge.sh/
- 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.
- Fork the repository.
- Create a new branch.
- Make the necessary changes.
- Submit a PR for review.