This repository contains the source code of for the Arithmico Engine and the following web applications
- Arithmico Calc
- Arithmico Docs
- Arithmico Config
- Arithmico Blog
- Go to the project folder and run
npm install
- Build the Arithmico Engine by running
npm run build:engine
- 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
- Serve the files under
<project-root>/apps/<app-name>/dist/*
on a web server - For local testing you can use
npn run start:calc
or create the offline-version withnpm run build:offline -w apps/calc/