Skip to content

andrewmcodes-archive/bridgetown_tailwind

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

header image

Bridgetown + TailwindCSS

Netlify Status

A Bridgetown blog with TailwindCSS

Installation

Prerequisites

Make sure you have Ruby, Bundler, Node, and Yarn installed.

➜ ruby -v
ruby 2.6.6p146 (2020-03-31 revision 67876) [x86_64-darwin19]

➜ bundler -v
Bundler version 2.1.4

➜ node -v
v13.11.0

➜ yarn -v
1.22.4

Clone

git clone https://github.com/andrewmcodes/bridgetown_tailwind.git
cd bridgetown_tailwind
bundle install && yarn install

Start

To start the blog, run:

yarn start

and navigate to http://localhost:4000.

Deployment

Netlify

Deploy to Netlify

Community

Contributing

Contributing Guide

Code of Conduct

Code of Conduct

License

MIT