tailwindcss-open-template
tailwindcss-open-template copied to clipboard
🛬 An implementation of the “Open” landing page template using Tailwind CSS Boilerplate.
“Open” landing page with Tailwind CSS
An implementation of the “Open” landing page template by Cruip using Tailwind CSS Boilerplate.
Getting started
Clone this repository, then run:
$ yarn dev
Notes
Deploy to Github Pages
It’s possible to deploy the build to Github pages using a worktree. For more details, check out this blog post.
This project has a handy deploy script that will automate the process for you.
# Bump the version number
yarn version
# Deploy!
yarn deploy