Aluben is an official project of Aluben Services and Aluben Developer Labs. Aluben is a stunning, sleek, and functional web-proxy with support for thousands of popular sites. With Aluben, the sky is the limit.
Table of contents
- Deployment
Run these commands on your device:
git clone https://github.com/Aluben-service/aluben-qwik.git
pnpm i
pnpm dev
this should start up a dev server. Thanks for using Aluben!
- TypeScript
- TailwindCSS
- Qwik
- Postcss
- TSX
- ChemicalJS
- Ultraviolet
- Scramjet
- Rammerhead
- Bun
- Vite
This starter site is configured to deploy to Vercel Edge Functions, which means it will be rendered at an edge location near to your users.
The adaptor will add a new vite.config.ts
within the adapters/
directory, and a new entry file will be created, such as:
└── adapters/
└── vercel-edge/
└── vite.config.ts
└── src/
└── entry.vercel-edge.tsx
Additionally, within the package.json
, the build.server
script will be updated with the Vercel Edge build.
To build the application for production, use the build
command, this command will automatically run bun build.server
and bun build.client
:
bun build
To deploy the application for development:
bun deploy
Notice that you might need a Vercel account in order to complete this step!
The project is ready to be deployed to Vercel. However, you will need to create a git repository and push the code to it.
You can deploy your site to Vercel either via a Git provider integration or through the Vercel CLI.