First, install Zee if you haven't already:
gem install zee
To create a new Zee application, run the following command. You can replace
myapp
with any name you like.
$ zee new myapp
Now, enter the app's directory and start the development server:
$ zee dev
You can now visit http://localhost:3000 to see your application.
For more details about how to contribute, please read https://github.com/fnando/zee/blob/main/CONTRIBUTING.md.
The gem is available as open source under the terms of the MIT License. A copy of the license can be found at https://github.com/fnando/zee/blob/main/LICENSE.md.
Everyone interacting in the zee project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.