https://github.com/azer/sway
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/azer/sway
- Owner: azer
- License: mit
- Created: 2022-11-09T15:29:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T09:59:17.000Z (over 1 year ago)
- Last Synced: 2025-03-28T23:44:04.739Z (about 1 year ago)
- Language: JavaScript
- Size: 14.4 MB
- Stars: 12
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sway
Sway is a video communication tool to replace meetings with more in-person like communication for remote teams.
* Read more: https://azerkoculu.com/posts/open-sourcing-sway.html
* Watch video: https://www.youtube.com/watch?v=CAodlTKVt24

## Install & setup
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* 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).