This demo app is a clone of Trellix made with Next.js (version: 15.0.0-rc.0)
- Postgres server
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.