Bridgetown + TailwindCSS
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.4Clone
git clone https://github.com/andrewmcodes/bridgetown_tailwind.git
cd bridgetown_tailwind
bundle install && yarn installStart
To start the blog, run:
yarn startand navigate to http://localhost:4000.
