We are group of individuals who are looking to change the way students think about Hacking, Not something negative, but something that people do to create a safer and a more secure web experience.
We at HACK-X learn How to Hack ethically and under the umbrella of the law.
This repository contains the source code of the official Hack-X Club website.
First, clone this repository and install the dependencies:
git clone https://github.com/JustARatherRidiculouslyLongUsername/hackx-website.git
npm install -y
Then run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.