Skip to main content

πŸ› οΈ Installation

Welcome to the first step of your Cascade journey! πŸŽ‰

Cascade is part of the Warlock.js full-stack framework, but you can use it standalone too. Let's get you set up in seconds!

πŸ“¦ Install the Package​

npm i @warlock.js/cascade
info

Cascade depends on Mongez Config for easy configuration. Make sure it's installed and set up!

tip

We highly recommend using Typescript for the best developer experience. All docs and examples use Typescript.

🌍 Timezone Support​

Want your dates to always be correct? Set your timezone in your app config:

import config from '@mongez/config';

config.set({
app: {
timezone: 'Africa/Cairo',
}
})

πŸ¦„ MongoDB Version​

  • MongoDB Version : 6.0.6 or higher
tip

Cascade will always keep up with the latest MongoDB releases!


🌟 What's Next?​