• Stars
    star
    138
  • Rank 259,070 (Top 6 %)
  • Language
    HTML
  • License
    MIT License
  • Created about 4 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿ›ฌ 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.

๐Ÿ‘‰ 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