Skip to content

Commit

Permalink
Merge pull request #263 from koriym/halo
Browse files Browse the repository at this point in the history
開発用のハローUIの説明を追加
  • Loading branch information
koriym authored Apr 20, 2024
2 parents f9913b3 + d76e446 commit 6cb9b6f
Show file tree
Hide file tree
Showing 4 changed files with 504 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ The documentations are rendered with [Jekyll](http://jekyllrb.com) and hosted a

### Start Server in local Ruby environment

* Requires Ruby 3.2.3 (Notice: It's [not or later](https://stackoverflow.com/questions/77851863/bundle-exec-jekyll-serve-not-working-locally))

#### Install
```
gem install jekyll bundler
bundle install
```

#### Run
```
./bin/servel.sh
```
Loading

0 comments on commit 6cb9b6f

Please sign in to comment.