Full refactor of codebase
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
The **easy** tracker for tabletop soccers with QR code integration.
|
||||
Everything is still in development. Feel free to open issues and or pull requests.
|
||||
|
||||
This application is build with [go](https://go.dev/) and [gin](https://gin-gonic.com/). Other languages like HTML and CSS are used.
|
||||
This application is build with [go](https://go.dev/) and [gin](https://gin-gonic.com/) and a custom templating package.
|
||||
|
||||
## Getting started
|
||||
|
||||
To run the application go to the root directory and run `make run` in the terminal. On a nix system it is possible to run with all dependencies via `make nix-run`. The default listening address is `http://localhost:18765`.
|
||||
|
||||
Setup with `make setup`. Then configure the environment file.
|
||||
The default listening address is `http://localhost:18765`.
|
||||
For a development environment install [air](https://github.com/air-verse/air) and run the development server with `air` from the root directory.
|
||||
|
||||
Reference in New Issue
Block a user