Skip to content

🛬 An implementation of the “Open” landing page template using Tailwind CSS Boilerplate.

License

Notifications You must be signed in to change notification settings

michelegera/tailwindcss-open-template

Repository files navigation

“Open” landing page with Tailwind CSS

An implementation of the “Open” landing page template by Cruip using Tailwind CSS Boilerplate.

👉 Check out the demo

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