This project is a Next.js-based user interface for managing Laconic applications.
- View a list of Laconic applications
- Display detailed information about each application
- Check deployment status of applications
- Modern and responsive UI using Tailwind CSS
- Node.js (version 14 or later)
- npm or yarn
-
Clone the repository:
git clone https://github.com/your-username/laconic-apps-ui.git cd laconic-apps-ui
-
Install dependencies:
npm install
or
yarn install
To start the development server, run:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
src/app
: Contains the main application pagessrc/components
: Reusable React componentssrc/app/api
: API routes for server-side functionality
The Laconic API URL is configured in next.config.mjs
. You can modify it there if needed:
startLine: 2
endLine: 5
- 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