Server side website manager for Tower Website projects.
npm install tower-buddynpm installnpm run init##### Creates env file
A .env file will be created with initializations of several empty/placeholder variables.
##### Clones project repos
- Layout project
- Content project
.env you must fill out the appropriate values pertaining to your specific website project.DOMAIN: The domain name for the website.PORT: The port number for the webhook app (e.g., 5000).LAYOUT_REPO: This is preset to "@gitlab.com:beanxai/bean-template.git".CONTENT_REPO: The clone url for the website's content repo.EMAIL: The email address for SSL certificate notifications (optional).npm run domainnpm run install