Skip to content

fnando/zee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ed26ef2 Β· Mar 30, 2025
Mar 15, 2025
Mar 18, 2025
Feb 11, 2025
Mar 27, 2025
Mar 30, 2025
Feb 8, 2025
Mar 30, 2025
Mar 16, 2025
Mar 15, 2025
Mar 29, 2025
Mar 27, 2025
Feb 7, 2025
Feb 7, 2025
Feb 7, 2025
Mar 30, 2025
Feb 28, 2025
Feb 7, 2025
Mar 27, 2025
Mar 3, 2025
Feb 15, 2025
Mar 9, 2025
Mar 30, 2025

Repository files navigation

Zee

A mini web framework.


Tests Gem Gem MIT License

Getting Started

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.

Maintainer

Contributors

Contributing

For more details about how to contribute, please read https://github.com/fnando/zee/blob/main/CONTRIBUTING.md.

License

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.

Code of Conduct

Everyone interacting in the zee project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.