1uptalent.com website
$ npm -v
7.0.8
$ node -v
v15.1.0
Run npm install
.
Run rake prepare
.
This is also needed when changing bower dependencies (source/bower.json
)
Work in the dev
branch, not over master
. master
is the generated website and published.
Run middleman
and check the live site at http://localhost:4567/
.
Run rake serve
to check the generated site http://localhost:9090/
.
Run middleman deploy
and voilà, the new version will be online.