Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.14 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.14 KB

THOC Cookbook

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

THOC Cookbook @ Firebase

Initialize Firebase CLI

Using the Firebase Emulators for local Testing

  • firebase emulators:start

Deploy Firebase Hosting

  • firebase deploy --only hosting