-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11bd2ec
commit e9a5a40
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.