This is the full public site of BitBalloon.com. A static site build with Punch.
To build the site:
- git clone git@github.com:BitBalloon/homepage.git
- cd homepage
- npm install punch-sass-compiler
- punch g
To run a preview server, follow the same steps but run punch s
instead of step 5.
From the root of the repository
- gem install bitballoon
- bitballoon deploy output
And Boom your very own BitBalloon site is live.
You can also clone the repository and modify .travis.yml to add your own encrypted BitBalloon access token and site id. If you do a bitballoon deploy output
the first time, you can find these in .bitballoon in the root of the repository.
Contact team@bitballoon.com if you're interested in running your own white-label BitBalloon based hosting service.