No description
Find a file
2025-11-06 23:37:01 +01:00
.github Bump actions/checkout from 4 to 5 2025-08-11 20:56:26 +00:00
assets feat: update phoenix 2025-11-06 23:37:01 +01:00
config update prod.exs 2024-03-31 16:57:48 +02:00
lib feat: update phoenix 2025-11-06 23:37:01 +01:00
priv/static Setup phoenix the way I need it 2024-03-29 15:52:00 +01:00
test fixes CI 2024-03-31 17:21:31 +02:00
.formatter.exs Setup phoenix the way I need it 2024-03-29 15:52:00 +01:00
.gitignore first commit 2024-03-23 16:20:44 +01:00
elixir_buildpack.config configuring gigalixir deploy 2024-03-30 03:40:08 +01:00
mix.exs feat: update phoenix 2025-11-06 23:37:01 +01:00
mix.lock feat: update phoenix 2025-11-06 23:37:01 +01:00
phoenix_static_buildpack.config configuring gigalixir deploy 2024-03-30 03:40:08 +01:00
README.md update README 2024-03-31 17:07:30 +02:00

Intisync

Create private sessions to control vibration-based devices remotely

Run locally

Make sure you have elixir and erlang installed on your local machine.

A personal recommendation is to install them using asdf or my new favourite mise.

Then, make sure you have phoenix installed. You can ignore the Ecto setup part, this project doesn't use Ecto for now.

After making sure you have elixir installed and the mix tool running, go to the root of the project and run:

  1. Install javascript dependencies
cd assets && npm install && cd ..
  1. Install elixir dependencies & build assets
mix setup
  1. Run the project inside and start iex
iex -S mix phx.server

Now you can go to localhost:4000 and start playing around :)

Notes on the project name

Despite the similarity on the name, this project is not endorsed by Intiface and Intiface is their own registered trademark.

I chose this name because this project was inspired by Intiface and the clients require the use of their software to connect the Hub to the bluetooth devices.

Also I find the name IntiSync very catchy and easy to remember.