examples/qwik-simple
2024-06-30 19:51:46 -06:00
..
.vscode feat: add qwik app 2024-06-30 19:39:58 -06:00
public feat: add qwik app 2024-06-30 19:39:58 -06:00
src feat: add qwik app 2024-06-30 19:39:58 -06:00
.eslintignore feat: add qwik app 2024-06-30 19:39:58 -06:00
.eslintrc.cjs feat: add qwik app 2024-06-30 19:39:58 -06:00
.gitignore feat: add qwik app 2024-06-30 19:39:58 -06:00
.prettierignore feat: add qwik app 2024-06-30 19:39:58 -06:00
package.json refactor: update 2024-06-30 19:50:21 -06:00
pnpm-lock.yaml feat: add qwik app 2024-06-30 19:39:58 -06:00
qwik.env.d.ts feat: add qwik app 2024-06-30 19:39:58 -06:00
README.md feat: add readme qwik 2024-06-30 19:51:46 -06:00
tsconfig.json feat: add qwik app 2024-06-30 19:39:58 -06:00
vite.config.ts refactor: change vite config 2024-06-30 19:44:53 -06:00

Qwikjs Example

This repository contains an example of Qwikjs application that is deployed on Dokploy.

  1. Use Git Provider in Your Application:

    • Repository: https://github.com/Dokploy/examples.git
    • Branch: main
    • Build path: /qwik-simple
  2. Add Environment Variables:

  • Navigate to the "Environments" tab and add the following variable:
    NIXPACKS_START_CMD="pnpm run preview"
    
  1. Click on Deploy:

    • Deploy your application by clicking the deploy button.
  2. Generate a Domain:

    • Click on generate domain button.
    • A new domain will be generated for you.
    • You can use this domain to access your application.

If you need further assistance, join our Discord server.