GitXplorerGitXplorer
k

genkit-nextjs

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
3769dfa2e0b5ca9cb50484c4b0fd4893c197b8c9

genkit

kkevinthecheung committed 2 months ago
Unverified
a14b19cba23db4c039d80d1bf0eea00e3d70b1d4

first commit

kkevinthecheung committed 2 months ago

README

The README file for this repository.

Next.js on Firebase App Hosting

This is an example Next.js project to demonstrate SSG, SSR, and ISR on Firebase App Hosting.

Getting Started

Run the development server:

npm run dev

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

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.