Skip to content

arithmico/arithmico

Repository files navigation

Arithmico Project

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

  • Arithmico Calc
  • Arithmico Docs
  • 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>/packages/<app-name>/dist/* on a web server
  2. For local testing you can use npm run start:calc or create the offline-version with npm run build:offline -w packages/calc/