Currently, the best balance between legacy dependencies and future direction is node v22.6.0
- if this changes, it will be reflected in the .node-version
file in the root directory.
We suggest using a Node version manager such as NVM or FNM to quickly switch between this project and any other node/js project you are working in.
npm install
If you see install failures due to depedency graph failures, try:
npm install --legacy-peer-deps
If you still see failures, please report an issue!
npm start
from the root directory. In a moment, your default browser should open to the local server and HSR Optimizer will load after a few moments.