Go to file
Eric Lay 1f90ad9269 Add src/components/ui/alert-dialog.jsx 2026-03-11 09:02:38 -05:00
entities Add entities/BoUser 2026-03-11 08:34:26 -05:00
src Add src/components/ui/alert-dialog.jsx 2026-03-11 09:02:38 -05:00
.gitignore Add .gitignore 2026-03-11 08:29:43 -05:00
README.md Update README.md 2026-03-11 08:32:56 -05:00
components.json Add components.json 2026-03-11 08:30:14 -05:00
eslint.config.js Add eslint.config.js 2026-03-11 08:30:43 -05:00
index.html Add index.html 2026-03-11 08:31:14 -05:00
jsconfig.json Add jsconfig.json 2026-03-11 08:31:42 -05:00
package.json Add package.json 2026-03-11 08:32:03 -05:00
postcss.config.js Add postcss.config.js 2026-03-11 08:32:27 -05:00
tailwind.config.js Add tailwind.config.js 2026-03-11 08:33:25 -05:00
vite.config.js Add vite.config.js 2026-03-11 08:33:48 -05:00

README.md

flowDemo

Welcome to your Base44 project

About

View and Edit your app on Base44.com

This project contains everything you need to run your app locally.

Edit the code in your local development environment

Any change pushed to the repo will also be reflected in the Base44 Builder.

Prerequisites:

  1. Clone the repository using the project's Git URL
  2. Navigate to the project directory
  3. Install dependencies: npm install
  4. Create an .env.local file and set the right environment variables
VITE_BASE44_APP_ID=your_app_id
VITE_BASE44_APP_BASE_URL=your_backend_url

e.g.
VITE_BASE44_APP_ID=cbef744a8545c389ef439ea6
VITE_BASE44_APP_BASE_URL=https://my-to-do-list-81bfaad7.base44.app

Run the app: npm run dev

Publish your changes

Open Base44.com and click on Publish.

Docs & Support

Documentation: https://docs.base44.com/Integrations/Using-GitHub

Support: https://app.base44.com/support