Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 520 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 520 Bytes

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.