Getting started
Here are some instructions to get started.
Easiest way would probably be to use the starter kit which may or may not work. Use at your own risk.
git clone https://github.com/mayu-live/starter.git mayu-hello
cd mayu-hello
bundle install
# Start the example app
bin/mayu dev
If it worked, you should be able to open
https://localhost:9292/
.
Have fun!
If you have any issues, feel free to open an issue on GitHub, or submit a Pull Request if you fix or improve something.
Deployment
If you want to deploy the starter app to fly.io, there is a Rake task that will configure the app for you.
rake launch_on_fly
Then, whenever you want to deploy, you just have to type:
fly deploy