This is the catalyst documentation.
Install these dependencies with this command Simply run the following commands
git clone https://github.com/JaydenDev/Catalyst
cd Catalyst
npm/pnpm install
pnpm run tailwind:once
pnpm run makeThen binaries will be available in the out directory.
The UI is in the src/ directory. The directory contains the javascript and HTML, don't worry about the JS yet.
The JS is also in the src/ directory.
Some people want to contribute to their FAVORITE BROWSER! Assuming you have obtained the source code, You can go ahead and just start writing
You need to fork the source code, to do that simply go here and follow the instructions.
Simply run
npm/pnpm run devAnd as soon as you make a change, it'll reload itself.
You'll need to get the fork you created earlier, clone the repository and then go to the src/ directory.
You'll need an understanding of tailwind. Read the documentation, get some practice on another project, or dive head first. Just make sure your code works before making a PR.
Once you've written your code, you can make a PR to make your changes public.
You'll need to make a PR to the Catalyst repository. To do this, go to your repository, and click the contribute button in the orange box. Then click the green button.
Make sure you add feat: or fix: to the title of your PR.
Now post your PR and wait for JaydenDev to look at your code and eventually merge your PR.
Your code will surely be in the next release!