Skip to content

PatchPorting/front-end

Repository files navigation

How to use it

At the moment, you need to run a user-script (script-plugin.user.js) on Greasemonkey for Firefox (not tested on Chromium/Tampermonkey(?), but it should work):

You don’t need to have a token for just looking around or downloading existing patches. For creating your own patches, you will need a token (since it needs pushing to the DB). To retrieve a token, please contact luciano@debian.org (remember that the platform is in the alpha phase, so proceed carefully).


The following steps are not necessary to use the script. Only follow the below steps if you plan to run locally or for development purposes

Run app

Install node dependencies

$ npm install

Install webpack

$ npm install -g webpack

Run application

$ npm start

For development

Install node dependencies

$ npm install

Install webpack-dev-server

$ npm install -g webpack-dev-server

Run application

$ npm run dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published