5267eb6ab1a82ba379935dee512eba1383fc084e
since i am using the same subdomain also for '/redirects', they were being intercepted by the service worker chrome now blocks the redirect altogether because of CORS when redirects are not allowed (default on linux chromium)
Vb
A Team Randomizer built using Angular and Bootstrap, installable as a progressive web app (PWA). Supports setting names using URL query parameters:
https://vb.example.org?names=Me,Myself,I
Development
To start a local development server, run:
ng serve
Once the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.
Alternatively, to open the server to the network instead of just localhost, use
npm run serve
Building
To build the project run:
ng build
This will compile your project and store the build artifacts in the dist/ directory.
As this is a static site, simply move the contents of dist/vb/browser/ to a directory that can be served by nginx or apache.
Languages
TypeScript
64.4%
HTML
26.2%
Less
5.9%
JavaScript
3.5%