### Installing Dependencies with Bun (Bash) Source: https://github.com/lakshaybhushan/nextjs-notion-waitlist-template/blob/yoda/README.md Installs the project dependencies using the Bun package manager. This command should be run after cloning the repository to set up the project environment. ```bash bun dev ``` -------------------------------- ### Running Email Server with Bun (Bash) Source: https://github.com/lakshaybhushan/nextjs-notion-waitlist-template/blob/yoda/README.md Starts the email server component of the application using Bun. This is necessary for handling email-related functionalities within the template. ```bash bun email ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.