esrom/ui
dependabot[bot] f5eb50e82d
Bump acorn from 5.7.3 to 5.7.4 in /ui/assets
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-16 09:40:05 +00:00
..
assets Bump acorn from 5.7.3 to 5.7.4 in /ui/assets 2020-03-16 09:40:05 +00:00
config Send telegram message when someone presses the button. 2019-10-24 22:58:09 +02:00
lib Fix if real ip not present in headers. 2019-10-30 20:31:58 +01:00
priv/gettext init 2019-07-13 20:16:46 +02:00
test move morse to seperate module 2019-07-14 15:05:45 +02:00
.formatter.exs init 2019-07-13 20:16:46 +02:00
.gitignore Enable setting config securely in firmware/config/secrets.exs 2019-07-14 23:54:06 +02:00
mix.exs Send telegram message when someone presses the button. 2019-10-24 22:58:09 +02:00
mix.lock Send telegram message when someone presses the button. 2019-10-24 22:58:09 +02:00
README.md init 2019-07-13 20:16:46 +02:00

Ui

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more