Contribute
This page lists contribution policies for this website, as well as how to begin contributing.
Website (ktrain5169.github.io)
Extra pre-requisites:
- Node.js
- pnpm
To contribute:
- Fork the repository on GitHub or GitLab, then clone it to your computer or open web IDE.
- Run "pnpm install" to install dependencies (local machine only).
- Make your changes in a new(!) branch.
- Run the Astro dev/preview server using either "pnpm dev" or "pnpm build-dev". Check your changes to ensure they work as intended. (local machine only)
- Commit your changes with "git commit" and push them to your fork using "git push".
- Submit a pull request for review.
- Await for review and approval/change requests.