Bisectriz PWA#
Link to the Created PWA#
Usage#
Install all development dependencies using npm:
% npm install --save-dev
Available Scripts#
In the project directory, you can run:
-
npm run dev- Runs the app in the development mode. Open https://localhost:5173 to view it in the browser. Only works with certificate files../https_cert-key.pemand../https_cert.pem. See ./vite.config.ts: -
npm run build- Builds the app for production to the./httpfolder. To be used with a localnpm run preview. -
npm run build-github- Builds the app for production and hosting at GitHub pages to the./httpfolder. -
npm run preview- Run the app in production mode. Open https://localhost:4173 to view it in the browser. Only works with certificate files../https_cert-key.pemand../https_cert.pem. See ./vite.config.ts:server: { https: { key: fs.readFileSync("../localhost_https_cert-key.pem"), cert: fs.readFileSync("../localhost_https_cert.pem"), }, }, -
npm run test- Run the Mocha tests.
License#
Bisectriz is licensed under the AGPLv3 and later. See file ./LICENSE for details.