Tailwind CSS
โOpenโ landing page withAn 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