Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 738 Bytes

File metadata and controls

22 lines (14 loc) · 738 Bytes

Codedust

This project is a web application built using JavaScript, npm, TypeScript, React, and Node. It is designed to help youth individual to learn modern web developmet .

Installation

To install and run this project, follow these steps:

  1. Clone the repository to your local machine.
  2. Install the required dependencies using npm: npm install
  3. Start the development server: npm start

Contributing

To contribute to this project, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes: git checkout -b my-new-branch
  3. Make your changes and commit them: git commit -am 'Add some feature'
  4. Push your changes to your fork: git push origin my-new-branch
  5. Create a pull request.