You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Florine W. Dekker 492dfdcc2d
Add experimental note at top
4 months ago
src/main Add experimental note at top 4 months ago
.editorconfig Set up basic project layout 1 year ago
.gitattributes Set up basic project layout 1 year ago
.gitignore Set up basic project layout 1 year ago
Gruntfile.js Add full-width canvas, and document PrimeMath 12 months ago
LICENSE Set up basic project layout 1 year ago
README.md Set up basic project layout 1 year ago
package-lock.json Upgrade template to v3 4 months ago
package.json Upgrade template to v3 4 months ago
tsconfig.json Set up basic project layout 1 year ago

README.md

Prime Map Generator

Visualizes prime numbers.

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