- Thank you for checking us out! HF Explorer /Foodfolio is in active development! 🙇
Problem Statement: Many individuals lack specialized assistance when planning menus for events or estimating food quantities, recipes and costs at home. Especially the local food!
- Specialized food companion and catering assistant
- Verifiable AI for planning menus and food estimations
- Access to distributed and local food datasets from multiple creators.
Our Consumer AI product that empowers creators; chefs, nutritionists and other enterprises to own and create food assistants for their followers.
- Privy.io, Biconomy, Wagmi, Viem
- mokoto
- typescript
To test the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/highfeast/explorer cd explorer npm install
2 **Install motoko dependencies""
mops install
-
Build and deploy canisters locally:
dfx start dfx canister create --all dfx deploy
-
Start the custom front-end:
cd explorer_frontend npm run start
-
Open localhost in your browser:
http://localhost:3000