ReportIt is a decentralized anonymous crime reporting app developed as part of a university hackathon. The application allows users to report crimes safely and anonymously, utilizing cutting-edge web technologies.
Clone the repository:
git clone https://github.com/isitraghav/reportit.git
cd reportit
Install dependencies:
npm install
Add the Android platform for Capacitor:
npx cap add android
To start the development server, use:
npm run dev
To build the web app for production, run:
npm run build
To build the app and copy it to the Android Capacitor project, run:
npm run build-capacitor-android
Custom Icons & Splash Screens: Replace images in the assets-src
folder and generate new assets:
framework7 assets
or launch the UI:
framework7 assets --ui
Capacitor Assets: Generate mobile app assets:
npx cordova-res
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License.
Special thanks to the Framework7 and Capacitor communities for their support and resources.