update readme
This commit is contained in:
11
README.md
11
README.md
@@ -1,20 +1,17 @@
|
|||||||
# QR Code generator
|
# QR Code generator
|
||||||
|
|
||||||
Simple qr code generator written in Rust (backend) and vanilla typescript for simple frontend
|
Simple qr code generator written in Rust (backend) and vanilla typescript for simple frontend
|
||||||
|
|
||||||
# Usage
|
|
||||||
TODO:
|
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
## Backend
|
|
||||||
```bash
|
```bash
|
||||||
cargo build --release
|
cargo build --release
|
||||||
```
|
```
|
||||||
|
|
||||||
## Frontend
|
|
||||||
```bash
|
```bash
|
||||||
npm install
|
docker-compose up --build -d
|
||||||
npm run build
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
Reference in New Issue
Block a user