/dpkg-ui

An user interface for displaying details about installed debian packages.

Primary LanguageTypeScriptMIT LicenseMIT

Debian Packages UI

Build Status

An user interface for displaying details about installed debian packages.

Requirements

  • Node.js version >= 10
  • Yarn >= 1.12

Installation

Run the following commands to install this project:

git clone git@github.com:crisu83/dpkg-ui.git
cd dpkg-ui
yarn

Development

Run the following command to run the development server:

yarn start

Build

Run the following command to build this project:

yarn build

Continuous integration

Run the following command to run the CI pipeline:

yarn ci

Deployment

Run the following command to deploy the app to Now:

yarn deploy

License

See LICENSE.