Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
nasshu2916 committed Jul 15, 2024
1 parent 11bd2ec commit e9a5a40
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# LiveBabiniku

To start your Phoenix server:
Phoenix LiveView を使ったバ美肉ツールです。
Phoenix PubSub を使って配信しているため、リアルタイムで複数クライアントで表示可能です。

* Install dependencies with `mix deps.get`
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
This is a Babiniku tool using Phoenix LiveView.
It is possible to display it in real time by using Phoenix PubSub and broadcasting it.

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
![image1](./docs/image1.webp)
![image2](./docs/image2.webp)

Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).

## Learn more
To start your Phoenix server:

* Official website: https://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* Source: https://github.com/phoenixframework/phoenix
* Install dependencies with `mix deps.setup`
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Binary file added docs/image1.webp
Binary file not shown.
Binary file added docs/image2.webp
Binary file not shown.

0 comments on commit e9a5a40

Please sign in to comment.