📦 The app platform for @hackclub students.
Hack as a Service (or HaaS) is Hack Club's own PaaS (Platform as a Service): A scalable, simple, and inexpensive way for Hack Clubbers to host backend services (including web apps, games, Slack bots, and more).
For more concise details on how to use Hack as a Service, check out our documentation.
How can I contribute?
Before contributing to the frontend, you must go and setup the API for Hack as a Service.
After that follow the steps below ->
-
Clone the repo.
git clone https://github.com/hack-as-a-service/frontend
-
Change directory.
cd frontend
-
Install dependencies.
yarn install
-
Start the server.
yarn dev
Once you have completed all these steps, you should be good to go 🚀. You can make your desired changes, and create a pull request once you are done.