- Clone both this repo and its server side counterpart (https://github.com/jacquikeating/reveal-server).
- Run
npm i
to install dependencies. - Set up a
.env
file. A.env.sample
file 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 dev
to 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.