👋 hi there! My name is Josh! This is a repo for a fictional movie rental store
All of these must be available in your PATH. To verify things are set up
properly, you can run this:
git --version
node --version
yarn --version # or npm --versionIf you have trouble with any of these, learn more about the PATH environment variable and how to fix it here for windows or mac/linux.
After you've made sure to have the correct versions installed, you should be able to just run a few commands to get set up:
npm install
npm run validate
npm testThis will start Jest in watch mode. Read the output and play around with it.