Updated readme.md.

This commit is contained in:
Jeremy Nusser 2022-10-30 13:08:03 -05:00
parent f1e209416d
commit 7d0a00f154
1 changed files with 6 additions and 6 deletions

View File

@ -8,21 +8,21 @@ TailBliss is an opinionated Hugo Starter with Tailwind CSS 3.2 and Alpine.js wit
**Install to VS Code with:** **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 ##### Install with NPM
`npm install` `npm install`
### With Yarn ##### Install with Yarn
`yarn` `yarn`
**To start developing:** **To start developing:**
### With NPM ##### Develop with NPM
`npm run start` `npm run start`
### With Yarn ##### Develop with Yarn
`yarn start` `yarn start`
**To generate the site HTML:** **To generate the site HTML:**
### With NPM ##### Build with NPM
`npm run build` `npm run build`
### With Yarn ##### Build with Yarn
`yarn build` `yarn build`
**npm run start** will run two commands parallel: **npm run start** will run two commands parallel: