artoons
1.0.0
Clone the repository
git clone https://github.com/sujjeee/artoons.gitInstall dependencies using pnpm
pnpm installCopy the .env.example to .env and update the variables.
cp web/.env.example web/.env
cp workers/.dev.vars.example workers/.dev.varsMigrate the database schema
cd workers
pnpm db:pushStart the development server
pnpm run devFollow the deployment guides for Vercel.
Contributions are welcome! Please open an issue if you have any questions or suggestions. Your contributions will be acknowledged.