Welcome to the Code Meow Workstation project. This open-source project. A website that collects pictures of computer desks and cats from everyone.
- After Cloning CodeMeowWorkstation Project.
- Open Data.js file in the project.
- Add your image in img folder.
- Add your data in the Profiles.
- After change,save the data.
- Which is given below.
//for example
const Profiles = [
{
name: "NongSnail",
work: "Student",
msg: "this is my cat =w=",
githubURL: "https://github.com/NongSnail",
image: "./img/{githubname}.jpg",
},
// Add your Data
];
We welcome contributions to our project. To get started, please follow these simple steps:
- Fork the repository.
- Clone your forked repository to your local machine.
- Create a new branch for your work.
- Make your changes.
- Commit your changes.
- Push your changes to your fork.
- Create a pull request.
That's it! We appreciate your contributions.
Thanks a lot for spending your time helping CodeMeowWorkstation grow. Thanks a lot!
Made with contrib.rocks.