This Git repository contains Gflow, a web application built with Next.js, which allows users to log in with their GitHub account and monitor and view workflows of repositories. The application leverages Next.js, Next-auth, Tailwind CSS, and Yarn as the tech stack. Gflow provides a seamless and secure authentication process for users to access the application's features, enabling them to monitor and track the workflows of various repositories.
- Next.js
- Next-auth
- Tailwind CSS
- Yarn
To set up Gflow locally, follow the steps below:
-
Clone the repository:
git clone [repository-url]
-
Navigate to the project directory:
cd project-directory
-
Install the dependencies using Yarn:
yarn install
-
Start the development server:
yarn dev
-
Open your browser and visit
http://localhost:3000
to access Gflow.
Please ensure that you have Node.js and Yarn installed on your system before proceeding with the installation.
Once Gflow is running locally, you can access it through your browser. The application provides a login interface where users can authenticate using their GitHub accounts. After successful authentication, users can monitor and view the workflows of various repositories, gaining valuable insights and tracking the progress of their projects.