# Hack Hub > A dashboard for Hack Clubbers to keep track of events, YSWS, etc ## Basic development instructions 1. `yarn install` 2. `yarn dev` ## Credits - UI components in the [`src/components/ui/`](src/components/ui/) folder have been provided by [@shadcn/ui](https://ui.shadcn.com/). ### AI usage - GitHub Copilot's inline completions have been used throughout the source code - ChatGPT has provided advice (for library choices etc) and troubleshooting help - A prototype for the `YSWSEventCard` was generated by ChatGPT, but I then modified the code it gave me