A prototype showcasing the proposed UI/UX design that will encourage users to verify contents in short-form video platforms like TikTok, Instagram Reels, and YouTube Shorts.
The following are the frameworks and tools that you must be familiar with to be able to contribute to this project:
- JavaScript and TypeScript
- Node.js or Bun (we personally prefer Bun)
- React
- Next.js
- Tailwind CSS
- Vercel
- Run the following in your terminal starting with cloning the repository:
git clone https://github.com/cifrelabs/verifeye.git- Install dependencies:
npm install # or bun install- Create a
.env.localfile at the root of the project with the contents of.env.templateand fill in the keys.
Important
The project will not run properly without the environment variables. Seek assistance from other developers in the team if you don't have the necessary values for the variables.
- Run the development server:
npm run dev # or bun devOnce changes have been made, you can push commits to the main branch and Vercel will take care of the building and deployment. You can view the deployed progressive web application at verifeye.vercel.app.