To start contributing to the VueJs Kenya Site, you first need to clone the repository as shown below:
git clone https://github.com/Vuejs-Kenya/VueJs-Kenya-Site.git
After cloning the repository, open the cloned repository in your VSCode by running the following commands:
cd VueJs-Kenya-Site
code .
After opening the repository in your VSCode, install the dependencies using pnpm
as shown below:
pnpm i
If you don't have pnpm
installed, you can install it by running the following command in your terminal:
npm i -g pnpm@latest
After you have installed the dependencies, run the following command to start the dev server:
pnpm dev
and then navigate to http://localhost:3000
.
🥳 Well done, you can now go ahead and contribute to the VueJs Kenya Site.
Contributions are welcome and encouraged! If you have any ideas or suggestions for new features, or if you encounter any bugs or issues, please open an issue or submit a pull request on the GitHub repository.
Developers interested in contributing should read the Code of Conduct and the Contributing Guide.
MIT License © 2024