npm install
npm run dev
npm run build
.npm run start
.- Open http://localhost:3000 in the browser, then click the "Load State" button in the page.
- Open your browser's developer tools and switch to the console tab so that it shows the log.
- Open the file "data/thousand-buttons.json" in your project.
- Copy the content of the file to the text input box in your browser and click the "Load" button.
- After waiting a few seconds for those nodes to be loaded, you can see something like
[Violation] 'click' handler took 3539ms
in the console.