Bumps [bandit](https://github.com/mtrudel/bandit) from 1.6.10 to 1.6.11. - [Changelog](https://github.com/mtrudel/bandit/blob/main/CHANGELOG.md) - [Commits](https://github.com/mtrudel/bandit/compare/1.6.10...1.6.11) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.6.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github | ||
| assets | ||
| config | ||
| lib | ||
| priv/static | ||
| test | ||
| .formatter.exs | ||
| .gitignore | ||
| elixir_buildpack.config | ||
| mix.exs | ||
| mix.lock | ||
| phoenix_static_buildpack.config | ||
| README.md | ||
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:
- Install javascript dependencies
cd assets && npm install && cd ..
- Install elixir dependencies & build assets
mix setup
- 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.