An user interface for displaying details about installed debian packages.
- Node.js version >= 10
- Yarn >= 1.12
Run the following commands to install this project:
git clone git@github.com:crisu83/dpkg-ui.git
cd dpkg-ui
yarn
Run the following command to run the development server:
yarn start
Run the following command to build this project:
yarn build
Run the following command to run the CI pipeline:
yarn ci
Run the following command to deploy the app to Now:
yarn deploy
See LICENSE.