Skip to content

tyler-ruff/blz-one

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blazed One

The main backend solution for Blazed Labs.

Getting Started

Run the development server:

npm run dev

Run the Firebase Emulators:

firebase emulators:start

Open http://localhost:3000 with your browser to see the result.

Seeding DB with Test Data

To seed the local DB with test data, run the following script in a power shell terminal:

.\start-dev.ps1

If you get an error, you may need to enable ps execution, run the following script in a power shell admin terminal:

Set-ExecutionPolicy RemoteSigned

Deploy to Firebase App Hosting

1. Get your project set up on GitHub

Create a new GitHub repository and push the newly-initialized sample code to it:

git remote add origin https://github.com/$YOUR_NEW_REPOSITORY.git
git branch -M main
git push -u origin main

2. Set up Firebase App Hosting

Continue to Get started with Firebase App Hosting.