This project pretends to track the State of The Product where anybody can update the information relative to:
- Product Conferences and events
- Product Certification information
- Any other section that is raised as interesting
Website
This project uses npm
as package manager
Clone the project
git clone https://github.com/herrardo/state-of-product.git
Go to the project directory
cd state-of-product
Install dependencies
npm install
Start the server
npm run docs:dev
Once launched you should see the preview locally in your computer: http://localhost:5173/state-of-product/
This project is deployed with GH Pages in this URL:
https://herrardo.github.io/state-of-product/
Every new commit to main in the project automatically deploys.
Contributions are always welcome!
See our Contributing Guidelines to know how to help the project adding new contents or proposing ideas.
Please read the Code of Conduct
Distributed under MIT License