This is a small demo web app prepared using Ron, an experimental Python web framework. It serves as an example of how Ron can be used to build web applications.
- Clone the repository:
git clone https://github.com/daxslab/mojito.git
- Change into the project directory:
cd mojito
- Install the dependencies:
pip install -r requirements.txt
To run the Ron demo app, execute the following command:
python runserver.py
Once the app is running, you can access it in your web browser at http://127.0.0.1:8080.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch: git checkout -b feature/your-feature-name
- Make your changes and commit them: git commit -m "Add your feature"
- Push the changes to your forked repository: git push origin feature/your-feature-name
- Open a pull request to the main repository
This project is licensed under the MIT License. See the LICENSE file for more information.