added systemd service howto traefik nginix set_real_ip_from improved readme visuals fixed on mobile labels removed updated readme fixed visuals overlay for the hotkey disable screen lock clean up git precommit hooks clean up clean up update check for update feature added build-time information fixed date
444 B
444 B
Developer Setup
Clone the repository
git clone https://gitea.virtonline.eu/2HoursProject/nexus-timer.git
cd nexus-timer
Run the live update server locally
npm run dev
Modify the app
Make code changes...
Test the PWA locally
Open it in your browser: http://localhost:8080/
Commit & Push
Stage changes, commit and push
git add .
git commit -m 'My cool feature'
git push