Skip to content

Marcusbaker1/har

 
 

Repository files navigation

HAR Tool

A tool to view and analyzer HAR files.

Visit the live version at https://hartool.dev.

Running the project locally

  1. Clone the repo.
  2. Install the dependencies with npm i.
  3. Build the project with npm run build.
  4. Run the project with npm start. The app will be available at http://localhost:8890.

Development

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.

About

A modern HAR Analyzer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 93.7%
  • CSS 5.7%
  • JavaScript 0.6%