Skip to content

Arithmico is a accessible math framework

License

Notifications You must be signed in to change notification settings

gepp4/arithmico

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arithmico Project

This repository contains the source code of for the Arithmico Engine and the following web applications

  • Arithmico Calc
  • Arithmico Docs
  • Arithmico Config
  • Arithmico Blog

Deployments

Production Deployments

Development Deployments

Build Instructions

  1. Go to the project folder and run
npm install
  1. Build the Arithmico Engine by running
npm run build:engine
  1. Build one a web application by running one of the following commands
  • Build Arithmico Calc
npm run build:calc
  • Build Arithmico Docs
npm run build:docs
  • Build Arithmico Blog
npm run build:blog
  • Build Arithmico Config
npm run build:config
  1. Serve the files under <project-root>/apps/<app-name>/dist/* on a web server
  2. For local testing you can use npn run start:calc or create the offline-version with npm run build:offline -w apps/calc/

About

Arithmico is a accessible math framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.5%
  • Other 1.5%