Skip to content

chikobara/Memoir-App

 
 

Repository files navigation

alt text



Getting Started

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.

To run the development server

npx convex dev 
npm run dev

To run the development electron

npm run electron

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Contributing

To contribute to the project see CONTRIBUTING.md Alt

Star History

Star History Chart

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.5%
  • JavaScript 8.0%
  • CSS 4.5%