Skip to main content

Quick start guide

This guide will help you to quickly start developing new features to the framework.

Prerequisites

  • Node.js (v17 or higher)
  • TypeScript (v4.4 or higher) Wich is included in the dev-dependencies of node
  • Git

Setup

First, clone the repository:

git clone https://github.com/ZumitoTeam/zumito-framework.git

Then, install the dependencies:

npm install

Development

To compile the project, run:

npm run build

Testing

We are working on a testing system, coming soon we will add a guide on how to test your code.