This is a Next.js application built with Firebase Studio. It's a simple, elegant notes app that uses AI to help you summarize and expand your ideas.
To get started, take a look at src/app/page.tsx
.
To run this project on your local machine, you'll need to have Node.js and npm installed.
-
Install Dependencies: Open your terminal, navigate to the project directory, and run:
npm install
-
Run the AI Development Server: For the AI features to work, you need to run the Genkit development server. Open a new terminal window and run:
npm run genkit:watch
-
Run the Web Application: In your original terminal window, start the Next.js development server:
npm run dev
The application will be available at http://localhost:3000.