raketbizdev / roniai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finalyze AI

Finalyze AI is a Next.js application designed to leverage the power of artificial intelligence for data analysis and visualization.

Finalyze AI

Table of Contents

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need to have the following software installed on your system:

  • Node.js (14.x or later)
  • npm (7.x or later)
  • Git

Local Installation

Here are the steps you need to follow to run this project locally:

  1. Clone the repository:
git clone https://github.com/raketbizdev/roniai.git
  1. Navigate into the cloned repository:
cd roniai

Install the dependencies:

npm install

Start the development server:

npm run dev

The application should now be running at http://localhost:3000

Deployment

This project is configured for deployment with Vercel.

Follow these steps to deploy the project to your Vercel account:

  1. Install the Vercel CLI:
npm install -g vercel
  1. Login to your Vercel account:
vercel login
  1. Navigate into the project directory:
cd roniai
  1. Deploy the application:
vercel --prod

After deployment, the application will be available at https://roniai.vercel.app/.

Contributing

We appreciate all contributions. If you're interested in contributing, please read our contributing guide.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

License:MIT License


Languages

Language:TypeScript 99.9%Language:JavaScript 0.1%