Updated readme.md.
This commit is contained in:
parent
f1e209416d
commit
7d0a00f154
12
README.md
12
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:**
|
**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:
|
||||||
|
|
Loading…
Reference in New Issue