Skip to content

Commit 7a7bec1

Browse files
committed
readme edit
1 parent b3a5df9 commit 7a7bec1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This Starter Kit is a port of the hyperstack [TodoMVC Tutorial Part I](https://d
1919
- You can of course use your favorite packer if it make sens for you.
2020
- **instant compilation + livereload**
2121
- via [guard-rake](https://github.com/rubyist/guard-rake), [guard-livereload](https://github.com/guard/guard-livereload), [rack-livereload](https://github.com/johnbintz/rack-livereload)
22-
### How to use
22+
### Installation
2323
#### Prerequisites
2424
Example from a fresh Ubuntu 20.04 :
2525

@@ -36,14 +36,14 @@ gem install bundler:2.2.5
3636
3. install nodejs 16.13.0 ([see here](https://github.com/nodesource/distributions/blob/master/README.md#debinstall))
3737

3838

39-
#### Installation
39+
#### The starter
4040
```shell
4141
git clone https://github.com/jugcoding/hyperstack-js-starter
4242
cd ./hyperstack-js-starter
43-
bundle install --path vendor/bundle
43+
bundle install
4444
```
4545

46-
#### Development
46+
### Development
4747
```shell
4848
rake rebuild ## only once
4949
rake server
@@ -52,15 +52,15 @@ rake server
5252
- To test the site : visit [http://localhost:9292/](http://localhost:9292/)
5353
- To test LiveReload : make some change in the app (files under ./app)
5454

55-
#### Production
55+
### Production
5656
```shell
5757
rake PROD=true rebuild
5858
rake PROD=true server
5959
```
6060

6161
The generated static site for prod is located in ./dist/prod/
6262

63-
#### Other rake tasks
63+
### Other rake tasks
6464

6565
```shell
6666
rake cdn # download cdn files

0 commit comments

Comments
 (0)