Skip to content

RavindraM0/MiniNotes

Repository files navigation

Inkling - A Minimalist AI-Enhanced Notes App

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.

Getting Started

To get started, take a look at src/app/page.tsx.

Running Locally

To run this project on your local machine, you'll need to have Node.js and npm installed.

  1. Install Dependencies: Open your terminal, navigate to the project directory, and run:

    npm install
  2. 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
  3. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages