hs_application

Everything you need to know about customising hs_application for a Hackathon

Prerequisites

Before you start modifying for your hackathon, you need to have the following projects setup. Please follow their respective guides on Github for further instructions.

Required Edits

.env

  • Change DB_PASSWORD to something unique

  • APPLICATION_URL

  • AUTH_URL

  • DROPBOX_API_TOKEN

  • SENDGRID_API_KEY

You only need to set DROPBOX_API_TOKEN if you plan on using CVs

src/settings/

  • hackathon.json

  • questions.json

public/img

  • Favicon

  • Logo

Last updated

Was this helpful?