GithubHelp home page GithubHelp logo

Bridgetown Website README

Welcome to your new Bridgetown website! You can update this README file to provide additional context and setup information for yourself or other contributors.

Table of Contents

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 yarn start and navigate to localhost:4000!

Use a theme, add some plugins, and/or run some automations to get started quickly.

Commands

# running locally
yarn start

# build & deploy to production
yarn deploy

# load the site up within a Ruby console (IRB)
bundle exec bridgetown console

Learn more: Bridgetown CLI Documentation

Deployment

You can deploy Bridgetown sites on "Jamstack" hosts (Netlify, Vercel, Render, etc.) or virtually any tranditional web server by simply building and copying the output folder to your HTML root.

Read the Bridgetown Deployment Documentation for more information.

To deploy run

$ yarn deploy BRIDGETOWN_ENV=production
$ mv docs/_bridgetown/static ./docs
$ find docs/ -name '*.html' -exec sed -ie 's/_bridgetown\///' {} \;
$ find docs/ -name '*.htmle' -exec rm {} \;

Contributing

If repo is on GitHub:

  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 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

Mario Alberto Chávez's Projects

compass-bootstrap icon compass-bootstrap

Sass Port of twitter bootstrap as part of the Compass Stylesheet Framework.

conektamotion icon conektamotion

A Rubymotion gem to use mexican payment gateway Conekta from a Rubymotion iOS app.

consul icon consul

Consul - Open Government and E-Participation Web Software

cronos icon cronos

This is a sample Ruby on Rails application for my post on Medium "Ruby on Rails, the path to javascript frameworks"

discourse icon discourse

A platform for community discussion. Free, open, simple.

e-petitions icon e-petitions

This is the code base for the UK Government's e-petitions service (https://petition.parliament.uk)

elm icon elm

Source companion for the Elmlang course at

elm-rails icon elm-rails

View helpers for incorporating Elm modules into Rails views

es6-rails icon es6-rails

ES6 adapter for Rails. Enables use of ES6 in assets, views and inline.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.