From e01d00c13048d4791433bb91a513a3deee6c245f Mon Sep 17 00:00:00 2001 From: Jeremy Nusser Date: Sat, 29 Oct 2022 14:11:03 -0500 Subject: [PATCH] Updated readme for easier copypasta. --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27b8aa7..0939e0e 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,20 @@ Hugo + TailwindCSS 3.2.0 + Alpine.js for Hacktoberfest TailBliss is an opinionated Hugo Starter with Tailwind CSS 3.2 and Alpine.js with light/dark modes. **Install to VS Code with:** -`git clone git@github.com:nusserstudios/hugo-twcss-alpine.git your-name` +`git clone git@github.com:nusserstudios/hugo-twcss-alpine.git your-name` +With NPM `npm install` -**To start developing:** +**To start developing:** +With NPM `npm run start` +With Yarn `yarn start` -**To generate the site HTML:** +**To generate the site HTML:** +With NPM `npm run build` +With Yarn `yarn build` **npm run start** will run two commands parallel: