# web-guided-project-dom-2 **Repository Path**: mirrors_LambdaSchool/web-guided-project-dom-2 ## Basic Information - **Project Name**: web-guided-project-dom-2 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DOM II ## Instructions to run this project - Clone the project from Github - Using your command line, navigate into the project folder - Run `npm install`. This downloads all dependencies listed in the `package.json` file - Run `npm start`. This compiles the project and launches a development server - Navigate with Chrome to the URL indicated by the output of the `npm start` command **Please, do NOT run the project using `live-server`, or VSCode extensions, or however you were doing it in the past, before attempting the previous steps!** If we can't get get `npm install` and `npm start` working, we are still able to follow the guided project, but we won't be able to compile this afternoon's project. Use the help channel to get Node and NPM working correctly.