An open API service indexing awesome lists of open source software.

https://github.com/flowdev/dogs

Application for dog breeding
https://github.com/flowdev/dogs

Last synced: 2 days ago
JSON representation

Application for dog breeding

Awesome Lists containing this project

README

          

# dogs
Application for dog breeding

## Building and Running

To build the application you need the following steps (all in the root directory of the project):

1. Enable vendoring: `export GO15VENDOREXPERIMENT=1`
1. Compile the templates and CSS files to Go code: `go run cmd/compile_templates/main.go`
1. Build the executable including the templates and CSS files: `go build -tags bindatafs`

Finally you can start the application (server) with: `./dogs`

## Changed Templates and Assets

The following files have been touched under `app/views/qor`:

* `layout.tmpl`
* `assets/images/logo.png`
* `mate_table_*`
* `ancestors`
* `index/table.tmpl`
* `shared/sidebar.tmpl`
* `shared/menu.tmpl`

Please update them again when you switch to a new QOR Admin version.