Skip to content

calanimagealpha/cal.moe

Repository files navigation

Download Dependencies first: VSCode, NodeJS, git

cal.moe

Modernized cal.moe website built with svelte, tailwind and ❤️

How to contribute

  1. Clone the repository

    • Clone the master repo git clone https://github.com/calanimagealpha/cal.moe
    • Then make your own branch git checkout -b your-branch-name
  2. Install packages

    • Navigate inside the cloned repository cd cal.moe
    • and run:
      npm install
    • then to run the website locally: npm run dev
    • click on the localhost link with ctrl / cmd to open it in your browser. refresh the page everytime you make a change.
  3. Commit your changes:

    • After making your changes, stage and commit them:
      git add .
      git commit -m "Your detailed commit message"
  4. Push your branch to GitHub:

    • Push your branch to the remote repository:
      git push origin your-branch-name
  5. Create the Pull Request (PR):

    • Go to the repository on GitHub: https://github.com/calanimagealpha/cal.moe.
    • Navigate to the "Pull requests" tab.
    • Click the "New pull request" button.
    • Select your branch as the source and compare it to the main branch.
    • Add a title and description explaining the changes made in your PR.
    • Once you're ready, click "Create pull request."
  6. Wait for Review:

    • Your pull request will be reviewed by maintainers. Make sure to address any feedback, and once everything is good, your changes will be merged into the main branch.

... and you're good to go!

last updated 2/12/26

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors