Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 733 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 733 Bytes

Bryntum Gantt with Supabase Edge Functions starter

This repository contains a sample Bryntum Gantt React application.

Initial app

Getting started

Clone the repository and install the project dependencies.

npm install

Install the Bryntum Gantt component using npm. First, get access to the Bryntum private npm registry by following this guide. When you've logged in to the registry, install the Bryntum Gantt component by following this guide.

Now you can run the application with:

npm run dev