Skip to content

Commit

Permalink
Delete old files
Browse files Browse the repository at this point in the history
  • Loading branch information
emillub committed Jan 29, 2025
1 parent abf155b commit 03d7315
Show file tree
Hide file tree
Showing 37 changed files with 9,392 additions and 9,043 deletions.
File renamed without changes.
39 changes: 36 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
yarn-error.log
node_modules
.next
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js
.yarn

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
File renamed without changes.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
# Brus-Frontend

> https://brus-frontend.webkom.now.sh/
## Query params

- `folks`
- List of folks
- Generate with: `cat members.json | jq -r -c "[.[] | select(.active==true) | {name: .name, avatar: .avatar, uids: .cards.rfid.mifare}]" | base64 -w0`
- `mqttServer`
- mqtts://<USERNAME>:<PASSWORD>@mqtt.abakus.no/mqtt
- `onlyShow`
- List with the only product you want to show, separated with comma. eg. `onlyShow=beer_dahls_bottle`. Defaults to show all
> https://brus-frontend.vercel.app
File renamed without changes.
36 changes: 0 additions & 36 deletions new-brus-frontend/.gitignore

This file was deleted.

30 changes: 0 additions & 30 deletions new-brus-frontend/README.md

This file was deleted.

33 changes: 0 additions & 33 deletions new-brus-frontend/package.json

This file was deleted.

26 changes: 0 additions & 26 deletions new-brus-frontend/tsconfig.json

This file was deleted.

Loading

0 comments on commit 03d7315

Please sign in to comment.