Trade-Mark-Today

Trade-Mark-Today is a project that provides a free initial trademark check and registration service for Australian businesses. It aims to help entrepreneurs protect their brand and intellectual property.

Stars
16
Committers
2

This is for trademarktoday.com.au

Built With 📦

How to run locally? 🎯

Make sure you have Nodejs installed.

node --version
  • Clone the repository :

    • With HTTPS:
      git clone https://github.com/dodger213/Trade-Mark-Today.git
      
    • With SSH:
      [email protected]:dodger213/Trade-Mark-Today.git
      
  • Navigate to working Directory and master branch

     cd Trade-Mark-Today
    
  • Install the dependencies:

    npm install
    
    • Installs all the dependencies required by the project.
  • Run Server

     npm run serve
    
  • To contribute, make pull request for your own branch:

    git add .
    git commit -m "<COMMIT-MESSAGE>"
    git push origin <NAME-OF-THE-BRANCH>
    

🤝 Contributing

Contributions, Issues and Feature requests are Welcome!

Feel free to check the Issues page.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

📝 License

This project is MIT licensed. Copyright © 2023 Senior Coder. All rights reserved.