Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 906 Bytes

GETTING_STARTED.md

File metadata and controls

13 lines (11 loc) · 906 Bytes

Getting started

Install NodeJS & NPM

Currently, the best balance between legacy dependencies and future direction is node v18.19.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.

Install project dependencies

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!

Confirm your environment is stable and working

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.