A tool to view and analyzer HAR files.
Visit the live version at https://hartool.dev.
- Clone the repo.
- Install the dependencies with
npm i. - Build the project with
npm run build. - Run the project with
npm start. The app will be available at http://localhost:8890.
Run npm run dev to run the app in development mode.
Note
If you switch between production build and dev build, you will get conflicts between Webpack and Turbopack. In such a case you will need to delete the .next directory and try again. Ideally, you should stick to one or the other when running the app.