This is frontend code for Environmental Operating Solutions, Inc. (EOSi) new website, built using Dative Frontend Mix.
This tool requires Node v16 (I recommend using NVM), or NVM for Windows.
- Clone this repo locally and install the dependencies:
git clone git@github.com:dative/eosi-frontend-mix.git
cd eosi-frontend-mix && npm install
This will fire up the local development, with live reload. It will run on http://localhost:3030
This will build the production version of the site inside the public
directory.