Skip to content

wisemen-digital/nestjs-onboarding-codelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onboarding Codelab Node.js

Howdy! Glad to see you here partner 🤠 Welcome the ranch

How do I get started?

  1. Clone this repository
git clone https://github.com/wisemen-digital/onboarding-codelab-backend.git
  1. Open the cloned repo
cd onboarding-codelab-backend
  1. Verfiy your installation of node and install Node if you don't have it already
node -v 
brew install node
  1. Install the npm dependencies
pnpm install
  1. 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 executable when running the server.

  2. Start the local server to start the codelab

pnpm docs:serve
  1. Open the codelab in your browser to get started
  2. Profit 😎

Got any questions or suggestions?

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 🚀

Contributors