SINDLE
SINDLE is a web game that mimicks Wordle but for movies/shows, and you guess based on sound clips.
It is written using SvelteKit, Prisma ORM, and TailwindCSS.
Getting Started
To get started with SINDLE, follow these steps:
- Clone this repository to your local machine.
- Install the necessary dependencies by running
pnpm i
.
- Set up your environment variables by creating a
.env
file at the root of the project. See .example.env
for an example of what your .env
file should look like.
- Run the application by running
pnpm run dev
.
Technology Stack
- SvelteKit - A framework for building web applications with Svelte
- Prisma - An ORM for Node.js and TypeScript
- SQLite - A lightweight, file-based database engine
- Tailwind CSS - A utility-first CSS framework
Contributing
Contributions are welcome and appreciated! To contribute to SINDLE, follow these steps:
- Fork this repository.
- Create a new branch with a descriptive name.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request.