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-iconsfor iconsAOSfor scroll animations
Clone the repo:
$ git clone https://github.com/hackplus/frontpage.gitcd into the folder you cloned it to:
$ cd frontpage
Install dependencies:
$ npm installRun it locally at localhost:3000:
$ npm run dev