/lohi_ui

Primary LanguageElixir

Lohi - An RFID based cassette recorder

But without cassette and recording, but with loads of fun for big and small kids.

ENSsRLQWwAEgTYn

If you have not seen the main project repository Lohi make sure to visit that repo first to familiarize yourself with the idea of the project: https://github.com/OleMchls/lohi.

Participate in cluster

iex --cookie looniebox_cookie -S mix
iex(1)> {:ok, hostname} = :inet.gethostname()
iex(2)> Node.start(:"nerves@#{hostname}.")

Getting Started

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.

Deploying assets with lohi

First, build the assets in the assets folder: npm run deploy Next, generate assets digests from project root: mix phx.digest