- Clone both this repo and its server side counterpart (https://github.com/jacquikeating/reveal-server).
- Run
npm ito install dependencies. - Set up a
.envfile. A.env.samplefile is included for reference.VITE_API_URL=http://localhost:8080 - Make sure the backend repo is fully set up and confirm the server is running (on port 8080).
- Run
npm run devto open in the browser.
Reveal does not currently include any required authentication. User-specific functionality is temporarily mimicked on a per-page basis using state or variables, pending actual auth implementation.