Skip to content

paganotoni/qero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qero

This is a simple web application that generates QR codes from text or URLs. It is built with Go, HTMX, and Tailwind CSS.

Getting Started

Prerequisites

  • Go 1.24 or later

Installation

  1. Clone the repository:
git clone https://github.com/paganotoni/qero.git
  1. Navigate to the project directory:
cd qero
  1. Download the dependencies:
go mod download

Running the application

To run the application in development mode, use the following command:

go tool dev

This will start the application on http://localhost:3000. The application will automatically restart when changes are detected in the Go files.

Building the application

To build the application for production, run the following command:

go build -o bin/app ./cmd/app

This will create a binary file named app in the bin folder.

About

A simple QR generation app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors