Quickstart Guide
Follow this guide to get up and running with the workshop environment in the fastest way possible.
Prerequisites
Before you begin, ensure you have the following installed:
Additionally, you’ll need a Sentry account to follow along with the error monitoring portions of this workshop:
- Sign up for a free Sentry.io if you don’t already have an account
Setup Instructions
-
Clone the repository
Terminal window git clone https://github.com/codyde/errorfix-workshop -
Navigate to the project directory
Terminal window cd errorfix-workshop -
Install dependencies
Terminal window npm i -
Start the development server
Terminal window npm run dev
What’s Available After Setup
Once you’ve completed the setup, you’ll have access to:
- ErrorFix - A Next.js application with Sentry error monitoring integrated
- Local development environment running at http://localhost:3000
- Error tracking and monitoring capabilities
- Replay functionality to diagnose user issues
- Performance monitoring tools
This setup allows you to explore all the workshop modules, including error monitoring, session replays, performance tracking, and AI-powered fixes with Sentry.
Next Steps
Once your environment is running, head to the Code Breaks module to start learning how to identify and fix errors using Sentry.