GitDeployHub

bagisto/bagisto-api-docs

github.com/bagisto/bagisto-api-docs ↗
Node.js API
2 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • VITE_REST_API_URL GraphQL Endpoint Configuration Set this to your Bagisto GraphQL API endpoint
  • VITE_GRAPHQL_API_URL
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/bagisto/bagisto-api-docs
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/bagisto/bagisto-api-docs
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/bagisto/bagisto-api-docs
Or deploy to a different host
← Try another repo