https://github.com/syedmsawaid/bridgetown-design-automation
https://github.com/syedmsawaid/bridgetown-design-automation
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/syedmsawaid/bridgetown-design-automation
- Owner: SyedMSawaid
- Created: 2024-03-05T15:55:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-05T16:12:12.000Z (about 1 year ago)
- Last Synced: 2025-01-07T08:35:28.306Z (5 months ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bridgetown-design-automation
An automation for installing TailwindCSS and purging any unnecessary files in a Bridgetown site.In your Bridgetown project folder, run:
```bash
bin/bridgetown apply https://github.com/syedmsawaid/bridgetown-design-automation
```You can also apply the automation when creating a new site:
```bash
bridgetown new mysite --apply=https://github.com/syedmsawaid/bridgetown-design-automation
```