Updated readme.md.
This commit is contained in:
parent
e01d00c130
commit
51faaf711f
13
README.md
13
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:**
|
**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
|
|
||||||
|
### With NPM
|
||||||
`npm install`
|
`npm install`
|
||||||
|
### With Yarn
|
||||||
|
yarn
|
||||||
|
|
||||||
**To start developing:**
|
**To start developing:**
|
||||||
With NPM
|
### With NPM
|
||||||
`npm run start`
|
`npm run start`
|
||||||
With Yarn
|
### With Yarn
|
||||||
`yarn start`
|
`yarn start`
|
||||||
|
|
||||||
**To generate the site HTML:**
|
**To generate the site HTML:**
|
||||||
With NPM
|
### With NPM
|
||||||
`npm run build`
|
`npm run build`
|
||||||
With Yarn
|
### With Yarn
|
||||||
`yarn build`
|
`yarn build`
|
||||||
|
|
||||||
**npm run start** will run two commands parallel:
|
**npm run start** will run two commands parallel:
|
||||||
|
|
Loading…
Reference in New Issue