Skip to content

rajeshfintech/studio

Repository files navigation

Firebase Studio

This is a NextJS starter in Firebase Studio.

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

Running Locally with Podman

You can run this application locally using Podman on your MacBook.

Prerequisites

  • Podman installed on your macOS.

Steps

  1. Build the container image: Open your terminal in the project's root directory and run the following command. This will build an image named flowzen-app.

    podman build -t flowzen-app .
  2. Run the container: Once the build is complete, run the container with this command. This will start your application and map port 3000 from the container to port 3000 on your local machine.

    podman run -p 3000:3000 flowzen-app
  3. Access the application: You can now open your web browser and navigate to http://localhost:3000 to see your app running.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages