Amends for OPA interface.
This project is built in gulp.
You will need to have Node and Git and installed:
- Install Homebrew
- open a terminal window
- install node:
brew install node
- update homebrew:
brew update
- update node:
brew upgrade node
- confirm it's installed
node -version
- Install git:
brew install git
You may want to install the github desktop client as well.
Clone this project onto your machine, then inside the project directory:
- install dependencies
npm install
- run the project:
gulp
- open your browser at
http://localhost:1337/
The project will build to the /public directory.