Howdy! Glad to see you here partner 🤠 Welcome the ranch
- Clone this repository
git clone https://github.com/wisemen-digital/onboarding-codelab-backend.git- Open the cloned repo
cd onboarding-codelab-backend- Verfiy your installation of node and install Node if you don't have it already
node -v
brew install node- Install the npm dependencies
pnpm install-
Apple Silicon Mac users only: Install Rosetta 2 if you haven't already
CLAAT (the codelab tool) only provides Intel binaries, so Apple Silicon Macs need Rosetta 2 to run them.
softwareupdate --install-rosetta --agree-to-license
If you skip this step, you'll see an error like
Bad CPU type in executablewhen running the server. -
Start the local server to start the codelab
pnpm docs:serve- Open the codelab in your browser to get started
- Profit 😎
Don't hesitate to contact your buddy or other members of our tech stack. We're always happy to help and open to improve our onboarding experience 💪. Wisemen to the moon 🚀