Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottWest742 committed Aug 2, 2023
1 parent 643e1ab commit 028aeb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ npm start
```

Check it on on `http://localhost:6969/`.

<!--
## Getting started with docker server
> First make sure you have [docker](https://docker.com) installed in your system
Expand All @@ -57,7 +57,7 @@ docker run -d --name redis-stack -p 6379:6379 -p 8001:8001 redis/redis-stack:lat
```sh
cd docker
npm start
```
``` -->

<!-- [![Build Status](/static/img/delivery.png)](https://travis-ci.org/username/repo) -->

Expand Down Expand Up @@ -93,7 +93,7 @@ Now use it in anywhere in your HTML or Markdown.
## Commands

- `npm start`: Main dev server. Runs everything you need.
- `npm run svelte:serve`: Runs components in isolation. Serves `app/index.html` as a playground for components.
- `npm run svelte`: Runs components in isolation. Serves `app/index.html` as a playground for components.
- `npm run hugo:serve`: Only runs static site.
- `npm run dev`: Concurrently rebuilds changes in svelte & runs hugo server.
- `npm run build`: Build for production
- `npm run build`: Hugo & Svelte Build for production

0 comments on commit 028aeb7

Please sign in to comment.