This repository for the UI that powers the Whisperer platform imagined by Proton. A way to share secrets loooool.
No secret is safe sha. Remember that. Slides
- NextJS (ReactJS)
- Apollo (GraphQL)
Ensure you have the following installed and setup on your machine.
- git
- nodejs
- npm or yarn
- Clone the repository with the coommand
git clone https://github.com/BolajiOlajide/whisperer-ui.git
- Install the project's dependencies with the command
yarn
OR
npm install
- Once that's done, start the project with the command
yarn dev
OR
npm run dev
- Access whisperer on your browser via the URL http://localhost:3000