Skip to content

Repository files navigation

Infinity

Infinity is the main management system for the INFINITE organization. This is the front-end app built with Next.js.

Getting Started

  1. Set up the development environment

    You need to set up your development environment before you can do anything.

    Install Node.js and npm.

  2. Install the dependencies

    npm install
  3. Run in development mode

    npm run dev

    Open http://localhost:3000 with your browser to see the result.

Development

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load font.

Project Structure

.
├── app                 # Routing
├── public              # Static files
└── src
    ├── application     # Application business rules
    ├── domain          # Enterprise business rules
    ├── infrastructure  # Framework and drivers
    └── presentation    # User interface

Learn More

To learn more about Next.js, take a look at the following resources:

Deployment

  1. Generate a production build

    npm run build

    The output is generated inside the .next folder

  2. Start the Node.js server

    npm run start

About

Sistem Front-End INFINITE Dashboard

Resources

Code of conduct

Stars

1 star

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages