A progressive web app to display the angle bisector of two angles given by zodiac sign, degrees and minutes.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

TypeScript 71.5%
HTML 14.9%
JavaScript 11.5%
CSS 2.2%
40 1 0

Clone this repository

https://tangled.org/releasecandidate.bsky.social/bisectriz https://tangled.org/did:plc:bsvlnvc2ypnlpvcttd7b5jlz/bisectriz
git@tangled.org:releasecandidate.bsky.social/bisectriz git@tangled.org:did:plc:bsvlnvc2ypnlpvcttd7b5jlz/bisectriz

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

Bisectriz PWA#

Bisectriz logo

Bisectriz at GitHub Pages

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.pem and ../https_cert.pem. See ./vite.config.ts:

  • npm run build - Builds the app for production to the ./http folder. To be used with a local npm run preview.

  • npm run build-github - Builds the app for production and hosting at GitHub pages to the ./http folder.

  • 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.pem and ../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.