Skip to content

HackPlus/frontpage

Repository files navigation

Hack+ Logo

Hack+ is an accessible nonprofit accelerator for student-led impacts. In other words: we're here to help students change the world.


This project uses the following technologies

  • Next.js
  • Tailwind CSS for styling
  • MDX for writing jsx in markdown documents
  • react-icons for icons
  • AOS for scroll animations

Setup

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