This is a web application built using SvelteKit, Tailwind CSS, and Daisy UI. It works with the AWS Serverless Backend, allowing requestors to create photo requests and admins to upload pictures, template the images, send them to requestors, and cancel requests.
To run the application locally, follow these steps:
- Open a terminal or command prompt.
- Navigate to the project directory.
- Run the following command to install the dependencies:
npm install
npm run build
npm run dev # for dev server
ORIGIN=http://localhost:3000 node server.js