Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 353 Bytes

File metadata and controls

27 lines (18 loc) · 353 Bytes

AniMathIODocs

Documentation site for AniMathIO

Installation

nvm use
npm install

Local Development

npm run start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

npm run build