Through images, text, and more, learn to identify AI generated content in the real world!
Note: Before beginning the installation, note that the only way you can make changes to the project is to test your changes; however, you cannot test them. This flaw is due to the close integration with the backend, which means we don't have a public contributor instance that anyone can use. We may make this in the future. The following steps are only for maintainers of this project.
node -v # Should be v22.5.1
npm -v # Should be 10.8.3
npx -v # Should be 10.8.3
Note: If any of the versions do not match, please install the versions listed above. If you use nvm
, you can run the following commands:
nvm install
nvm use
npm install
npx convex dev
Note: If this command does not work, you may be missing an .env.local file. You can read more about that by visiting Environmental Variables section.
npm run dev
Let @DylanDevelops know if you have any questions
To run this project, you will need to add the following environment variables to your .env.local file if you don't already have them. Please contact @DylanDevelops for how to get these.
CONVEX_DEPLOYMENT
NEXT_PUBLIC_CONVEX_URL
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
CLERK_WEBHOOK_SECRET
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
If you have any feedback, bug reports, or anything else, please create an issue.
Made by the AIdentify Team for the GCI Initiative.