This document will tell you how to initialize a project.
Initializing
Initializing the project with Monterey.js is very simple work. It’s easily done through the CLI using one command:
monterey init
Finished result
my-monterey-project/ ├── 📄 main.monjson # Main Monterey script └── 📄 config.monterey.json # Environment-specific settings and overrides
Was this page helpful?