Skip to content

Commit

Permalink
Update nvmrc and README
Browse files Browse the repository at this point in the history
  • Loading branch information
marcamos committed Oct 18, 2024
1 parent 74e82dc commit b720c1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v17.0.1
v21.7.3
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# jet 🛩
It’s (j)ust (e)leventy and (t)ailwind … OK, and a few other things; it’s still *really* small though.

* [View on Netlify](https://marcamos-jet.netlify.com/)
* [View on Netlify](https://marcamos-jet.netlify.app/)
* [View on GitHub](https://github.com/marcamos/jet#readme)

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgit.luolix.top%2Fmarcamos%2Fjet.git) [![Deploy with Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/marcamos/jet)

## Goal
[Eleventy](https://www.11ty.dev/) and [Tailwind CSS](https://tailwindcss.com/) are my favorite things right now.

While learning how to use Eleventy, I came across [a few starter projects](https://www.11ty.dev/docs/starter/) that combine it with Tailwind CSS, which is _amazing_, but they also come with so much more.
While learning how to use [Eleventy](https://www.11ty.dev/), I came across [a few starter projects](https://www.11ty.dev/docs/starter/) that combine it with Tailwind CSS, which is _neat_, but they also come with so much more.

Personally, I _only_ want Eleventy and Tailwind … and, taking the desire for simplicity one step further, I only want to use them via NPM scripts.

Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ <h1 class="font-semibold text-3xl">It’s (j)ust (e)leventy and (t)ailwind</h1>
</p>
<p class="flex justify-center max-w-md mt-16 mx-auto">
<a href="https://github.com/marcamos/jet#readme" class="mr-6 underline">View on GitHub</a>
<a href="https://marcamos-jet.netlify.com/" class="underline">View on Netlify</a>
<a href="https://marcamos-jet.netlify.app/" class="underline">View on Netlify</a>
</p>

0 comments on commit b720c1e

Please sign in to comment.