https://github.com/anycable/anycasts_demo
Demo applications used in AnyCasts
https://github.com/anycable/anycasts_demo
Last synced: about 2 months ago
JSON representation
Demo applications used in AnyCasts
- Host: GitHub
- URL: https://github.com/anycable/anycasts_demo
- Owner: anycable
- Created: 2021-12-21T11:18:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T04:36:16.000Z (over 1 year ago)
- Last Synced: 2025-02-06T05:29:03.702Z (over 1 year ago)
- Language: Ruby
- Homepage: https://anycasts-demo.fly.dev
- Size: 1.92 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[](https://github.com/anycable/anycasts_demo/actions/workflows/test.yml)
# AnyCasts Demo
Demo application used in AnyCasts.
You can access the app at [anycasts-demo.fly.dev](https://anycasts-demo.fly.dev). Use `jack` or `alice` as a username and `qwerty` as a password.
## Ideas/suggestions
The flow is the following:
- Ideas/suggestions go to [Discussions](https://github.com/anycable/anycasts_demo/discussions).
- Approved/selected ideas go to [the public backlog](https://github.com/orgs/anycable/projects/5).
## Running locally
```sh
bin/setup
bin/dev
```
And that's it!
To run tests (RSpec), execute the following command:
```sh
bundle exec rspec
```