Hack+ is an accessible nonprofit accelerator for student-led impacts. In other words: we're here to help students change the world.
- Next.js
- Tailwind CSS for styling
- MDX for writing jsx in markdown documents
react-icons
for iconsAOS
for scroll animations
Clone the repo:
$ git clone https://github.com/hackplus/frontpage.git
cd into the folder you cloned it to:
$ cd frontpage
Install dependencies:
$ npm install
Run it locally at localhost:3000
:
$ npm run dev