Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
Heyinstead
An app to fill your attention gap.
See it live at heyinstead.xyz
Building
Requires the following:
- The Elm platform
- Node.js and NPM
- The Less Compiler (get with
npm install -g lessc
) - Ruby/Rake (for building)
With those installed, the following rake tasks build the client:
rake elm
to build the Javascriptrake less
to build CSSrake static
top copy over static files
Admin tasks for convenience:
rake all
to do elm, less, and staticrake clean
to clear out compiled filesrake serve
to build things and serve them onlocalhost:8080
Deploying
This app is served with Firebase Hosting. To deploy new content
rake clean rake all firebase --project heyinstead deploy --only hosting