Download Dependencies first: VSCode, NodeJS, git
Modernized cal.moe website built with svelte, tailwind and ❤️
-
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
- Clone the master repo
-
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.
- Navigate inside the cloned repository
-
Commit your changes:
- After making your changes, stage and commit them:
git add . git commit -m "Your detailed commit message"
- After making your changes, stage and commit them:
-
Push your branch to GitHub:
- Push your branch to the remote repository:
git push origin your-branch-name
- Push your branch to the remote repository:
-
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
mainbranch. - Add a title and description explaining the changes made in your PR.
- Once you're ready, click "Create pull request."
- Go to the repository on GitHub:
-
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