-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6c7d56
commit 4a79b4e
Showing
1 changed file
with
15 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,16 @@ | ||
# Next.js on Firebase App Hosting | ||
|
||
This is an example [Next.js](https://nextjs.org/) project to demonstrate SSG, | ||
SSR, and ISR on [Firebase App Hosting](https://firebase.google.com/docs/app-hosting). | ||
|
||
## Getting Started | ||
|
||
Run the development server: | ||
|
||
```bash | ||
npm run dev | ||
``` | ||
|
||
Open [http://localhost:3000](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](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-new-repository) and push the newly-initialized sample code to it: | ||
|
||
<pre> | ||
git remote add origin https://github.com/<b>$YOUR_NEW_REPOSITORY</b>.git | ||
git branch -M main | ||
git push -u origin main | ||
</pre> | ||
|
||
### 2. Set up Firebase App Hosting | ||
|
||
Continue to [Get started with Firebase App Hosting](https://firebase.google.com/docs/app-hosting/get-started#step-1:). | ||
<div align="center"> | ||
<img src="https://formulate-six.vercel.app/logo.png" width="100px"><br/> | ||
<h1> <a href="https://formulate-six.vercel.app/"><span style="color:#3B82F6">FormUlate</span> simple forms from language</h1></a> | ||
<p>Type in your requirements and get the beautiful forms generated with AI.</p> | ||
</div> | ||
<p align="center"> <a href="https://formulate-six.vercel.app" target="_blank"><img alt="" src="https://img.shields.io/badge/Website-3B82F6?style=normal&logoColor=white" style="vertical-align:center" /></a></p> | ||
![screenshots](https://formulate-six.vercel.app/hero.webp) | ||
|
||
# Features | ||
|
||
- Prompt-Based form creation - powered by [Gemini pro model](https://storage.googleapis.com/deepmind-media/gemini/gemini_1_report.pdf) | ||
- Get instant shareable form pages | ||
- Easily view or export collected data | ||
- Data insights at your fingertips (work in progress) |