Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 919 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 919 Bytes

ReadMe# Guichet

Eslint

To ensure a more comfortable coding experience, it is advisable to use the Prettier extension. However, please remember to disable it when working on other projects.

CLIENT

created a .env.local with : BASE_API_URL="https://ticket-office.staging.dataesr.ovh" VITE_TICKET_OFFICE_API_AUTHORIZATION (ask me)

SERVER

created a .env.local (ask me mine)

run Ticket-office

bun i bun start

deploy

bun run deploy --level=[patch|minor|major]

Issues

--you might have issues with imap server if you start localy (especialy on work wifi), if needed, disable the function called : "fetchEmails"

--you also might have issues if you install a new dependencie, check if all dependencies are in package.json (especially in server) if you have and 503 issue, check error on pod --kubectl get pods -n ticket-office --kubectl logs ticket-office-xxxxxxx-yyyyyy -n ticket-office