Skip to content

pickleheads/cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cookbook

For cooking 🚀

Getting Started

Install the dependencies using NPM:

npm install

To start developing locally, start the web client by running the develop script from the web directory:

cd packages/web
npm run develop

Then open another terminal tab and start the cloud function by running the develop script from the server directory:

cd packages/server
npm run develop

Navigate to http://localhost:3000 in your web browser to see the web client.