Showcases of Beego products.
-
Fork this repository:
git clone https://github.com/beego/products
-
Add your product screencast image to
images/<product name>/<filename>
. Please don't use image large than 800px width and height. -
Add an entry to projects.json with these properties:
{ "Name": "Beego Web", // Name of your product "Thumb": "beeweb/thumb.jpg", // Thumb image path (optional) "Desc": "Beego official website", // Description of your product "Url": "http://beego.me", // Url link of your product "Src": "https://github.com/beego/beeweb", // Source code url of your product (optional) "Submitter": "slene", // your name "Date": "2013-12-22" }
-
Send a pull request