radiantlab / HDRICalibrationTool

A free, open-source cross-platform interface to help Radiance automate the merging of multiple LDR images into an HDR image.
GNU General Public License v3.0
4 stars 1 forks source link

Initialize fork with Tauri/Next/TailwindCSS #18

Closed adulbrich closed 11 months ago

adulbrich commented 12 months ago
  1. Clone fork, create new branch
  2. Empty fork
  3. Install latest LTS Node version (20.9.0)
  4. Check (and install) prerequisites for your platform: https://tauri.app/v1/guides/getting-started/prerequisites
  5. In now empty fork, follow start-up tutorial for Tauri+Next: https://tauri.app/v1/guides/getting-started/setup/next-js (make sure you use Next 14, it just came out)
  6. Run the Tauri app and make sure it works
  7. Install and configure TailwindCSS for Next: https://tailwindcss.com/docs/guides/nextjs
  8. Run the Tauri app and make sure it works (you should see visual changes)
  9. Open PR