Skip to content

ayrbox/millenenterprises.com

Repository files navigation

Millenenterprise.com Website

The site has been migrated gulp to gatsbyjs static site.

Requirement

Node.js

Nodejs is required to be installed.

npm or yarn

Require npm or yarn for packages to be installed.

Gatsby CLI

Require gatsby js to run development and/or build

Make sure that you have the Gatsby CLI program installed:

npm install --global gatsby-cli

Quick Start

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

Build the project for deploy.

gatsby build