DEV Community

TANMAY TIWARI 1.2
TANMAY TIWARI 1.2

Posted on

Code-Magic

click here to open website

project url github

A website to help you get simple tricks you can use in your applications with html and css

code magic

βš’οΈ Languages / Tools
HTML
HTML CSS
CSS Typescript
TypeScript

πŸ§‘πŸΎβ€πŸ’» Demo

Check out the website: Code Magic

πŸ‘‡πŸ½ Prerequisites
Before installation, please make sure you have already installed the following tools:

Git
NodeJs

πŸ› οΈ Installation Steps

Fork the project. Click on the icon in the top right to get started
Clone the project, you can use the following command:
git clone https://github.com//Code-Magic
Navigate to the project directory
cd Code-Magic
Install dependencies with npm install
npm install
npm install -g commitizen
Run the project
npm run dev

πŸ₯‚ After making a change

Create a new branch
git checkout -b YourBranchName
Add it to staging area
NOTE: don't commit the package.json

git add .
Commit your changes with
git cz
Push your changes
git push

πŸ‘¨β€πŸ‘©β€πŸ‘¦ Community

Don't forget to join the discord community - Join us

πŸ‘©πŸ½β€πŸ’» Contributing
Contributions make the open source community such an amazing place to learn, inspire, and create.
Any contributions you make are greatly appreciated.
Check out our contribution guidelines for more information.

πŸ›‘οΈ License

Code-Magic is licensed under the MIT License - see the LICENSE file for details.

πŸ’ͺ🏽 Thanks to all Contributors
Thanks a lot for spending your time helping Code-Magic grow. Thanks a lot! Keep rocking🍻

πŸ™πŸ½ Support

This project needs a star️ from you. Don't forget to leave a star✨

Top comments (0)