From 51faaf711f2d39019618c04dd33eeb6727d13cdd Mon Sep 17 00:00:00 2001 From: Jeremy Nusser Date: Sun, 30 Oct 2022 12:27:03 -0500 Subject: [PATCH] Updated readme.md. --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0939e0e..97baf36 100644 --- a/README.md +++ b/README.md @@ -7,19 +7,22 @@ TailBliss is an opinionated Hugo Starter with Tailwind CSS 3.2 and Alpine.js wit **Install to VS Code with:** `git clone git@github.com:nusserstudios/hugo-twcss-alpine.git your-name` -With NPM + +### With NPM `npm install` +### With Yarn +yarn **To start developing:** -With NPM +### With NPM `npm run start` -With Yarn +### With Yarn `yarn start` **To generate the site HTML:** -With NPM +### With NPM `npm run build` -With Yarn +### With Yarn `yarn build` **npm run start** will run two commands parallel: