“Open” landing page with Tailwind CSS
An implementation of the “Open” landing page template by Cruip using Tailwind CSS Boilerplate.
👉 Check out the demo
Clone this repository, then run:
$ yarn dev
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