This repo is for the LightHouse Sierra Webapp!
To run and develop on the local instance of the webapp:
If you have run the setup previously, skip these steps. Otherwise, run the following commans in your terminal:
- Install NVM (Node Version Manager)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash- Install the latest LTS (Long Term Support) Node
nvm install --lts- Update latest packages and run node
npm install && npm run dev- Visit http://localhost:3000 to view changes