Getting Started
Prepare your development environment
The first step to start developing Micro-Rollups with Stackr is to prepare your development environment and making sure that all the system requirements are upto date and matches the required versions.
Prerequisites
Git
Incase you don't already have it, you can follow the instructions at here
NodeJS LTS or above
Linux / MacOS
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash nvm install lts
Bun
We utilize some of the capabilities of Bun.
curl -fsSL https://bun.sh/install | bash
More information regarding Bun can be found at https://bun.sh
Stackr CLI
CLI helps you to create, register and deploy your micro-rollups. Either you can install it globally using
npm
npm i -g @stackr/cli
OR
you can run the commands without installing
npm
npx @stackr/cli
Next Steps
Now that we are done with the prerequisites, proceed to the next section on how to create and setup your first Micro-Rollup.