redwerks / mediawiki-shorturl-builder

React JS port of Redwerks' original Ruby based MediaWiki ShortURL builder
https://shorturls.redwerks.org/
GNU Affero General Public License v3.0
5 stars 4 forks source link

MediaWiki ShortURL Builder

This tool is used to automatically build a MediaWiki Short URL configuration for any public MediaWiki installation just by scanning the publicly available configuration.

It was originally developed by Daniel at Redwerks in Ruby. This is a React/JavaScript port of the original project.

This project is a Create React App SPA and uses Vercel style serverless api functions to implement the server based wiki analysis code.

Available Scripts

In the project directory, you can run:

npx vercel dev / npx netlify dev

Runs the app in the development mode.\ Open the outputted localhost URL to view it in the browser.

The page will reload if you make edits.\ You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.\ See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.\ It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\ Your app is ready to be deployed!

See the section about deployment for more information.