### Installing Dependencies for Sagittarius (npm) Source: https://github.com/gregsadetsky/sagittarius/blob/main/README.md This command installs all necessary project dependencies listed in the `package.json` file. It is a prerequisite for running the Sagittarius application locally and ensures all required packages are available. ```Shell npm install ``` -------------------------------- ### Running Sagittarius Development Server (npm) Source: https://github.com/gregsadetsky/sagittarius/blob/main/README.md This command starts the local development server for the Sagittarius application. It typically makes the application accessible via a web browser at a specified localhost address (e.g., http://localhost:5173), enabling live development and testing. ```Shell npm run dev ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.