The jobboard is powered by JobProtocol.
Job Protocol lets companies list open roles with a referral bounty on the blockchain, incentivizing their community and our ecosystem of talent partners - recruiters, communities, agencies, networkers - to help hire top talent faster and cheaper.
In order to run this app, you need to set a few environment variables.
GOOGLE_API_KEY
: Put your Gogle API key here. Places API must be enabled.BUBBLE_API_PRIVATE_KEY
: Private key for jobprotocol API access on bubbleCONFIG_VERSION
: Can be ["dev", "production"]
. If unset or incorrect, defaults to "dev"
. Determines whether the page connects to the "test" or the "live" version of Bubble database.CONFIG_FILE
: Particular jobboard config. E.g. ./configs/launchy.json
.PASSWORD
: Used to access the admin menu.You can set variable wit export VARIABLE="value"
or put the same command into your .bashrc to load it automatically when you start a terminal.
Use npm run dev
for development purposes.
Else, start the app with
npm run build
npm run start
test