Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 837 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 837 Bytes

Cerberus

Landing Page

Report Bug · Request Feature

Running the project

Once you have created the project, install dependencies and run the project in development mode:

cd my-app
npm install # or yarn
npm run dev

This will start the development server on localhost:3000. Open it and click around.

Deployment

npm run export
firebase deploy --only hosting:cerberus-firebase-landing