Skip to content

dunkelbraun/trellex

Repository files navigation

Trellex

This demo app is a clone of Trellix made with Next.js (version: 15.0.0-rc.0)

Prerequisites

  • Postgres server

Getting Started

Add your postgres connection string to your .env file:

echo DATABASE_URL=postgres://user:password@localhost:5432/database > .env

Install dependencies:

npm install --legacy-peer-deps

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to use the app.

About

Clone of Trellix made with Next.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published