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
- Host: GitHub
- URL: https://github.com/flowdev/dogs
- Owner: flowdev
- License: mit
- Created: 2019-03-09T21:24:10.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T11:58:01.000Z (over 3 years ago)
- Last Synced: 2024-06-19T19:41:52.581Z (over 1 year ago)
- Language: JavaScript
- Size: 58.3 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.