Skip to content

hack-as-a-service/frontend

Repository files navigation

Hack as a Service

📦 The app platform for @hackclub students.

Contributors Forks Stargazers Issues License

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).

Documentation

For more concise details on how to use Hack as a Service, check out our documentation.

Contributing

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 ->

  1. Clone the repo.

    git clone https://github.com/hack-as-a-service/frontend
  2. Change directory.

    cd frontend
  3. Install dependencies.

    yarn install
  4. 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.