This repository can be used to host a GitHub wiki
This app relies on Auth0 for authentication. See .env.example
for the environment variables needed. It is recommended you configure a Rule in Auth0 to limit authentication to a Google Apps domain.
Copy .env.example
to .env
and configure the environment variables if you want to use Auth0. Otherwise, add AUTH_DISABLED=true
to .env
to disable auth for local development.
bundle
Install the gems:
bundle
Build the static site:
jekyll build
Then run the server:
rackup
Configure the environment variables, and push the repo and that's it :)