Alt text is a AI tool created to enchance your alt text, making it easier for you to add accessibility!
- 🧑💻Demo
Run the dev server using the package manager of your choice I'll use pnpm.
pnpm dev
Generate SQL using the db:generate command to generate the SQL from the schema
pnpm db:generate
Migrate using the db:migrate command to migrate the SQL to your database
pnpm db:migrate
First, build your app for production:
pnpm build
Then run the app in production mode:
pnpm start