Skip to content

e3stpavel/minimal-hasura-auth

Repository files navigation

🦾 Minmal Hasura Auth

localhost_3000_(Web 1440 XD)

Features

Development

Hasura Cloud

  1. Make sure you've installed Hasura
  2. Add it to path or put it inside db directory
  3. Add .env according to example
  4. Launch it using hasura console
  5. To sync the changes with the cloud use hasura deploy --with-seeds

Vue application

  1. Install the dependencies using pnpm install
  2. Add .env variables according to this example.
  3. Basically you're ready to go:
    • pnpm dev - dev server
    • pnpm build - typecheck and build
    • pnpm preview - preview the build locally

GitHub Actions

Automatic on push branch main action is disabled, therefore you should go to the actions tab and trigger the deployment manually.

License

MIT