Akinator like guesser for smells.
- Demo available at https://nefertum.tools.eurecom.fr/
- View feedbacks at https://nefertum.tools.eurecom.fr/feedbacks
- View community added sources at https://nefertum.tools.eurecom.fr/added-sources
- Clear matrixes at https://nefertum.tools.eurecom.fr/clear-matrixes
-
In the
client/
directory, copy the file.env.example
into.env.production
and edit it accordingly:NEXT_PUBLIC_API_ENDPOINT
- URL to the API endpointNEXT_PUBLIC_SUPABASE_URL
- URL to the Supabase databaseNEXT_PUBLIC_SUPABASE_ANON_KEY
- Supabase anon
-
Run the following command:
docker-compose -f docker-compose.yaml -f docker-compose.production.yaml up --build -d