Cinema Plot is an open-source platform for Uganda's film community: events, movies, screenplays, and discussions built with Next.js and Firebase.
This repository contains the application code. Detailed guides (installation, development, testing, and deployment) can be found in the docs/
folder so the README stays focused.
- Overview & tech: TECH_STACK
- Installation & Firebase setup: INSTALLATION
- Development & local run: DEVELOPMENT
- Testing (Jest & Playwright): TESTING
- Deployment options: DEPLOYMENT
- Contributing guide: CONTRIBUTING
Clone, install dependencies, and run the dev server:
git clone https://github.com/xkmato/cinemaplot.git
cd cinemaplot
npm install
npm run dev
Open http://localhost:3000 and follow the Installation guide and other files in docs/
for environment setup and Firebase configuration.
MIT