# gorm.io **Repository Path**: mirrors_weppos/gorm.io ## Basic Information - **Project Name**: gorm.io - **Description**: GORM official site - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gorm Offical Site This website is for [GORM](http://github.com/jinzhu/gorm), you could access its content at [http://gorm.io](http://gorm.io) [![wercker status](https://app.wercker.com/status/6ab55ed2ae96e3d14fced7795b08f5d2/s/master "wercker status")](https://app.wercker.com/project/byKey/6ab55ed2ae96e3d14fced7795b08f5d2) ## Contributing to Documents You can start making contributions as long as you have basic markdown knowledge. All contents are located in `pages`, update them and start make pull requests! Site will be automatically deployed when commits land in `master`. ## Translate this site You can translate current site with [https://translate.gorm.io](https://translate.gorm.io) To translate GORM in your language you will need to post a request in the [Github issues](https://github.com/jinzhu/gorm.io/issues) for it be added to [https://translate.gorm.io](https://translate.gorm.io). ## Developing this Site This site is built with [hexo](http://hexo.io) ``` $ npm install $ hexo serve ```