Hackberry Website implemented with Middleman.
- Clone the repository.
- Enter the repository directory.
- Install Ruby dependencies with
bundle install. - Install Node dependencies with
npm install. - Run the server with
./server.
The website is manually deployed by running ./deploy.