Skip to content

Commit

Permalink
Updating CI-info and added pull_request_template
Browse files Browse the repository at this point in the history
  • Loading branch information
Juha Halmu committed Aug 31, 2024
1 parent e3f5b26 commit 15ed605
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
### issue
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
![Elixir CI](https://github.com/noelworden/atlas/workflows/Elixir%20CI/badge.svg)

# Kotisivut

XXX
![Elixir CI](https://github.com/jhalmu/Homesite/workflows/Elixir%20CI/badge.svg)

To start your Phoenix server:

* Run `mix setup` to install and setup dependencies
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
* Run `mix setup` to install and setup dependencies
* 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.

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

## Learn more

* 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
* 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>

0 comments on commit 15ed605

Please sign in to comment.