🎬
Stage
  • Introduction
    • Getting started
    • Create Your First Extension
  • API Reference
    • Overview
    • API connectors
  • Design System
    • Actions
    • Block
    • Pills
    • List
    • Card
    • Button
Powered by GitBook
On this page
  • System Requirements
  • Installation

Was this helpful?

  1. Introduction

Getting started

The prerequisites you need to start building extensions.

NextCreate Your First Extension

Last updated 2 years ago

Was this helpful?

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 16.10 or higher installed. We recommend to install Node.

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

  • You are familiar with and . Don't worry, you don't need to be an expert. If you need some help with the basics, check out TypeScript's and React's 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.

Node.js
nvm
npm
React
TypeScript
Handbook
Getting Started