Unleash infinite creative possibilities with AI.
- Clone the repository
git clone https://github.com/kontextlora/kontext-lora.git- Install dependencies
pnpm install- Run the development server
pnpm dev- Set your environment variables
cp .env.example .env.development- Set your theme in
src/app/theme.css
-
Set your landing page content in
src/i18n/pages/landing -
Set your i18n messages in
src/i18n/messages
- Deploy to Vercel
- Deploy to Cloudflare
for new project, clone with branch "cloudflare"
git clone -b cloudflare https://github.com/kontextlora/kontext-lora.gitfor exist project, checkout to branch "cloudflare"
git checkout cloudflare- Customize your environment variables
cp .env.example .env.production
cp wrangler.toml.example wrangler.tomledit your environment variables in .env.production
and put all the environment variables under [vars] in wrangler.toml
- Deploy
npm run cf:deploy