From 7d0a00f1542a76712c3f5cce2279c4ff0ff80e45 Mon Sep 17 00:00:00 2001 From: Jeremy Nusser Date: Sun, 30 Oct 2022 13:08:03 -0500 Subject: [PATCH] Updated readme.md. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b7330b9..613c9cc 100644 --- a/README.md +++ b/README.md @@ -8,21 +8,21 @@ 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 +##### Install with NPM `npm install` -### With Yarn +##### Install with Yarn `yarn` **To start developing:** -### With NPM +##### Develop with NPM `npm run start` -### With Yarn +##### Develop with Yarn `yarn start` **To generate the site HTML:** -### With NPM +##### Build with NPM `npm run build` -### With Yarn +##### Build with Yarn `yarn build` **npm run start** will run two commands parallel: