TriMarkup Studio is an all-in-one web code editor designed to streamline the development process for HTML, CSS, and JavaScript. Built with React and styled with Tailwind CSS, TriMarkup Studio offers an intuitive and powerful environment for crafting stunning websites and web applications.
To run TriMarkup Studio locally, you will need:
Clone the repository:
git clone https://github.com/thecrusader25225/trimarkup-studio.git
Navigate to the project directory:
cd trimarkup-studio
Install the dependencies:
npm install
Install Tailwind CSS:
npm install -D tailwindcss
Install React Icons:
npm install react-icons
This will add the necessary react-icons
package to your project.
Start the development server:
npm start
Open your browser and navigate to:
http://localhost:3000
Now, Tailwind CSS and React Icons are installed and ready to use in your TriMarkup Studio project.
Once the development server is running, you can start coding with TriMarkup Studio by navigating to http://localhost:3000
in your browser. The interface will allow you to write HTML, CSS, and JavaScript code, with live preview functionality.
We welcome contributions to TriMarkup Studio! If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
Fork the repository
Create your feature branch:
git checkout -b feature/YourFeature
Commit your changes:
git commit -m 'Add some feature'
Push to the branch:
git push origin feature/YourFeature
Create a new Pull Request
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries, suggestions, or issues, please contact thecrusader.25225@gmail.com or open an issue on GitHub.
Thank you for using TriMarkup Studio! We hope it enhances your web development workflow.