Skip to content

silentnoname/Laconic-Applications-UI

Repository files navigation

Laconic Applications UI

This project is a Next.js-based user interface for managing Laconic applications.

Features

  • View a list of Laconic applications
  • Display detailed information about each application
  • Check deployment status of applications
  • Modern and responsive UI using Tailwind CSS

Getting Started

Prerequisites

  • Node.js (version 14 or later)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/laconic-apps-ui.git
    cd laconic-apps-ui
    
  2. Install dependencies:

    npm install
    

    or

    yarn install
    

Running the Development Server

To start the development server, run:

npm run dev
# or
yarn dev

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

Project Structure

  • src/app: Contains the main application pages
  • src/components: Reusable React components
  • src/app/api: API routes for server-side functionality

Configuration

The Laconic API URL is configured in next.config.mjs. You can modify it there if needed:

startLine: 2
endLine: 5

Built With

  • Next.js - The React framework for production
  • React - A JavaScript library for building user interfaces
  • Tailwind CSS - A utility-first CSS framework
  • Heroicons - Beautiful hand-crafted SVG icons

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published