Simplifies fractions in a web interface. https://fwdekker.com/tools/simplify-fractions/
Go to file
Florine W. Dekker bc01737b2a
Migrate to npm, migrate to KaTeX
2021-03-26 01:48:55 +01:00
src/main Migrate to npm, migrate to KaTeX 2021-03-26 01:48:55 +01:00
.editorconfig Add version number and best practices 2020-03-14 11:53:03 +01:00
.gitattributes Migrate to npm, migrate to KaTeX 2021-03-26 01:48:55 +01:00
.gitignore Migrate to npm, migrate to KaTeX 2021-03-26 01:48:55 +01:00
Gruntfile.js Migrate to npm, migrate to KaTeX 2021-03-26 01:48:55 +01:00
LICENSE Add license and semantic HTML 2019-06-10 01:41:16 +02:00
README.md Migrate to npm, migrate to KaTeX 2021-03-26 01:48:55 +01:00
package-lock.json Migrate to npm, migrate to KaTeX 2021-03-26 01:48:55 +01:00
package.json Migrate to npm, migrate to KaTeX 2021-03-26 01:48:55 +01:00

README.md

Simplify fractions

Simplifies a fraction of integers by dividing both operands by their greatest common divisor.

Development

Requirements

Setting up

# Install dependencies (only needed once)
$> npm ci

Building

# Build the tool in `dist/` for development
$> npm run dev
# Same as above, but automatically rerun it whenever files are changed
$> npm run dev:server
# Build the tool in `dist/` for deployment
$> npm run deploy