https://github.com/andrewmcodes-archive/bridgetown_tailwind
Bridgetown + TailwindCSS
https://github.com/andrewmcodes-archive/bridgetown_tailwind
Last synced: about 2 months ago
JSON representation
Bridgetown + TailwindCSS
- Host: GitHub
- URL: https://github.com/andrewmcodes-archive/bridgetown_tailwind
- Owner: andrewmcodes-archive
- License: mit
- Created: 2020-05-06T23:36:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T03:59:46.000Z (about 5 years ago)
- Last Synced: 2025-03-29T08:33:00.695Z (2 months ago)
- Language: JavaScript
- Homepage: https://bridgetown-tailwind.netlify.app
- Size: 586 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[coc]: /CODE_OF_CONDUCT.md
[contributing]: /CONTRIBUTING.md
[license]: /LICENSE.md
# Bridgetown + TailwindCSS
[](https://app.netlify.com/sites/bridgetown-tailwind/deploys)
A Bridgetown blog with TailwindCSS
## Installation
### Prerequisites
Make sure you have Ruby, Bundler, Node, and Yarn installed.
```sh
➜ 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
```sh
git clone https://github.com/andrewmcodes/bridgetown_tailwind.git
cd bridgetown_tailwind
bundle install && yarn install
```### Start
To start the blog, run:
```sh
yarn start
```and navigate to `http://localhost:4000`.
## Deployment
### Netlify
[](https://app.netlify.com/start/deploy?repository=https://github.com/andrewmcodes/bridgetown_tailwind)
## Community
### Contributing
[Contributing Guide][contributing]
### Code of Conduct
[Code of Conduct][coc]
### License
[MIT][license]