Skip to content

andrewmcodes/andrewm.codes

Repository files navigation

Repography logo / Recent activity Time period

Timeline graph Issue status graph Pull request status graph Trending topics

Prerequisites

Install

cd bridgetown-site-folder
bundle install && yarn install

Learn more: Bridgetown Getting Started Documentation.

Development

To start your site in development mode, run bin/bridgetown start and navigate to localhost:4000!

Commands

# running locally
bin/bridgetown start

# build & deploy to production
bin/bridgetown deploy

# load the site up within a Ruby console (IRB)
bin/bridgetown console

Learn more: Bridgetown CLI Documentation

Structure

Repography logo / Structure

Structure

Contributing

Detailed docs coming soon

  1. Fork it
  2. Clone the fork using git clone to your local development machine.
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'feat: Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

Top contributors

Top contributors