First things first (for devs), you need to manually install the required packages after cloning the repository:
git clone https://github.com/MemoirApplication/Memoir-App.git --depth 1
cd Memoir-App && git pull
yarn install #you can still use npm but yarn is recommended
Make a .env.local
file and then update the api keys for Clerk.
npx convex dev
npm run dev
npm run electron
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To contribute to the project see CONTRIBUTING.md