Taking voice conversations to the moon 🚀
This folder is called kibbeh (/ˈkɪbi/), it is currently used for our Next.js frontend rewrite and new design.
First of all, this project is currently in very early stages of development, therefore these instructions may not be up to date.
We're using Yarn for this project, do not use npm for the following commands
Compile @dogehouse/kebab by executing the following commands:
cd ../kebab
yarn
yarn build
After you successfully compiled Kebab, go back to this directory and install all modules (@dogehouse/kebab is a yarn workspace, you do not need to manually copy it to node_modules)
You should now be all set to go, go ahead and run the dev server
cd ../kibbeh
yarn
yarn staging