Experimental Bryntum Calendar Project

This is an experimental web project that demonstrates how to use a custom theme for the Bryntum calendar.

Usage

Follow these steps to set up and run the project:

  1. Clone this repository to your local machine:
    git clone https://github.com/elshadsm/bryntum-calendar-custom-theme.git
    cd bryntum-calendar-custom-theme
    
  2. Install project dependencies using npm:
    npm install
    
  3. Compile custom-material Sass file to CSS running the npm script:
    npm run-script compile-sass
    
  4. Run the project:
    npm start