Host and share front-end projects and code easily.
HTMLify lets users quickly host and share client-side web projects and code snippets, designed with developers in mind.
If you want to contribute to the project or set it up locally, follow these steps:
- Python
- Git
- Clone the Repo
git clone https://GitHub.com/Artizote/HTMLify.git
cd HTMLify
- Run the
setup.pyscript for quick setup
python setup.py
This will create required directories, install dependencies, and verify that any other dependencies are installed.
- Run the app
python run.py
If everything goes as expected, the site would be available on localhost:5000.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature). - Make your changes and commit them (
git commit -m "Add feature"). - Push to the branch (
git push origin feature/your-feature). - Create a Pull Request.
While contributing, please follow the coding conventions according to the language and the part of the project you are modifying.
We are committed to fostering a welcoming and safe environment for all contributors.
- Code of Conduct: Please review our CODE_OF_CONDUCT.md to understand the standards we uphold.