The site has been migrated gulp to gatsbyjs static site.
Nodejs is required to be installed.
Require npm or yarn for packages to be installed.
Require gatsby js to run development and/or build
Make sure that you have the Gatsby CLI program installed:
npm install --global gatsby-cli
Clone project from github.com
git clone https://github.com/sawbeanraz/millenenterprises.com.git
Go into directory
cd millenenterprises.com
yarn develop
or
cd millenenterprises.com
npm run develop
Build the project for deploy.
gatsby build