Skip to content

Frontend: Compile from Source

Prerequisites

  • Node.js
  • npm
  • Git

Steps

bash
# Clone the repository
git clone https://github.com/nimblets/cloudmath
cd cloudmath

# Install dependencies
npm install

# Run the local development server
npm run dev

# Build for production
npm run build