Skip to content

webdonalds/til.webdonalds.org

Repository files navigation

til.webdonalds.org

Visit website!

Development

Developed with Remix. Required nodejs 16 or greater.

yarn
yarn dev

Open up [http://127.0.0.1:3000].

Environment variables

  • AUTH0_DOMAIN
  • AUTH0_CLIENT_ID
  • AUTH0_CLIENT_SECRET
  • AUTH0_CALLBACK_URL
  • AUTH0_LOGOUT_URL
  • HASURA_ADMIN_SECRET

Deployment

yarn build
yarn start