Warning
After 4 years, this has now been discontinued. If you wish to keep using it, it will be available at whatsthis.pages.dev past the domain expiration.
React-based progressive web app proof-of-concept designed to provide a toolbox of assorted helpful development tools. The current options are:
You can quickly jump into project development using Docker with the compose script:
docker-compose up --buildThis will start-up a dynamically recompiling ReactJS server on localhost:3000.
This project requires NodeJS to develop, test and compile the code. The following will quickstart you.
npm install
npm startThe API the system will communicate with is defined in the appropriate .env.
If you want to test the PWA functionality locally, you can add the following to the VitePWA() segment in vite.config.ts:
devOptions: {
enabled: true
},
