Skip to content

Commit

Permalink
Updated the doco on running commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvautin committed Jun 17, 2024
1 parent dd33a6b commit a479a09
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,20 @@

`squido` has baked in everything you need to run and host a website. You simply do the writing and customisation of style and layout.


```bash
# From Github (preferred for latest version)
npm i -g https://github.com/mrvautin/squido.git
# Running squido commands
npx mrvautin/squido <command>
```

# From npm
npm install -g squido
`build` command:
```bash
npx mrvautin/squido build
```

# With Yarn
yarn global add squido
`serve` command with `watch`, `clean` and `build`:
```bash
npx mrvautin/squido serve -b -w -c
```

## Documentation
Expand Down

0 comments on commit a479a09

Please sign in to comment.