Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michelegera/tailwindcss-open-template

🛬 An implementation of the “Open” landing page template using Tailwind CSS Boilerplate.
https://github.com/michelegera/tailwindcss-open-template

landing-page tailwind-css tailwindcss template

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# “Open” landing page with [Tailwind CSS](https://tailwindcss.com/docs)

An implementation of the [“Open” landing page template](https://open.cruip.com/)
by [Cruip](https://cruip.com/)
using [Tailwind CSS Boilerplate](https://github.com/michelegera/create-tailwindcss-boilerplate).

👉 [Check out the demo](https://open.michelegera.dev/)

## Getting started

Clone this repository, then run:

```bash
$ yarn dev
```

## Notes

## Deploy to Github Pages

It’s possible to deploy the build to Github pages using a [worktree](https://git-scm.com/docs/git-worktree).
For more details, check out [this blog post](http://sangsoonam.github.io/2019/02/08/using-git-worktree-to-deploy-github-pages.html).

This project has a handy deploy script that will automate the process for you.

```bash
# Bump the version number
yarn version

# Deploy!
yarn deploy
```