mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
2.1 KiB
2.1 KiB
Pull Request Description
Related Issue
Issue Number:
Pull Request Type
Pull request checklist
- Did you explain or provide a way of how can we test your code ?
- If your pull request is related to frontend modifications provide a print of before and after screen
- Did you provide a general summary of your changes ?
- Try to limit your pull request to one type, submit multiple pull requests if needed
- I implemented tests that cover my contribution
How to see this running using GitHub Codespaces
1. Open the Codespace
- Authenticate to GitHub
- Go to the branch: chore/reduce-configure-check-time
- Click the
Codebutton and select theCodespacestab. - Click "Create codespace on feat/customize-signature-stamp"
2. Wait for the environment to start
- A progress bar will appear on the left.
- After that, the terminal will show the build process.
- Wait until you see the message:
This may take a few minutes.✍️ LibreSign is up!
3. Access LibreSign in the browser
- Open the Ports tab (next to the Terminal).
- Look for the service running on port 80.
- Hover over the URL and click the globe icon 🌐 to open it in your browser.
4. (Optional) Make the service public
- If you want to share the app with people not logged in to GitHub, you must change the port visibility:
- Click the three dots
⋮on the row for port 80. - Select
Change visibility→Public.
- Click the three dots
5. Login credentials
- Username:
admin - Password:
admin
Done! 🎉 You're now ready to test this.