Skip to content

CatalystDevOrg/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catalyst Documentation

This is the catalyst documentation.

Compilation and Installation

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 make

Installation

Then binaries will be available in the out directory.

Understanding the Source Code

The UI

The UI is in the src/ directory. The directory contains the javascript and HTML, don't worry about the JS yet.

The Javascript

The JS is also in the src/ directory.

Writing code for Catalyst (Getting Started)

Some people want to contribute to their FAVORITE BROWSER! Assuming you have obtained the source code, You can go ahead and just start writing

Forking the Source Code

You need to fork the source code, to do that simply go here and follow the instructions.

Running the source

Simply run

npm/pnpm run dev

And as soon as you make a change, it'll reload itself.

Writing Code for Catalyst

Getting the source

You'll need to get the fork you created earlier, clone the repository and then go to the src/ directory.

Writing the code

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.

Making a PR to make your changes public

Once you've written your code, you can make a PR to make your changes public.

Making a PR

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.

Naming your PR

Make sure you add feat: or fix: to the title of your PR.

Done! Just post it.

Now post your PR and wait for JaydenDev to look at your code and eventually merge your PR.

Then just wait!

Your code will surely be in the next release!

About

docs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%