Getting started

The prerequisites you need to start building extensions.

System Requirements

Before you can create your first extension, make sure you have the following prerequisites.

  • You have Stage v1.0.0 or higher installed.

  • You have Node.js 16.10 or higher installed. We recommend nvm to install Node.

  • You have npm 7.0 or higher installed. If you used nvm to install Node, this is the case.

  • You are familiar with React and TypeScript. Don't worry, you don't need to be an expert. If you need some help with the basics, check out TypeScript's Handbook and React's Getting Started guide.

Installation

You need to install the required packages

npm i -g stage

This doesn't work atm, we are currently under construction.

With the Stage CLI installed, you are now well prepared to start developing extensions. If there are any problem during the installation process, don't hesitate to open an issue.

Last updated