Tutorial

Quick Start

The fastest way to start building a Sliprail extension is by using our official templates. These templates provide a pre-configured project structure, allowing you to focus on writing code instead of setting up build tools.

Prerequisites

Before you begin, ensure you have Node.js and npm installed on your system.

Using the Official Templates

The Sliprail team provides an official GitHub repository template to help you get started quickly:

Extension Template: sliprail-extension-template

  • Best for: Creating a Sliprail extension project.
  • How to use: Visit the template repository and click the "Use this template" button to create your own repository.

After cloning the template to your local machine, you'll have a fully functional extension project skeleton, ready for you to start developing.