Memeo is an open-source project. See the LICENSE licensing information.
I really appreciate your interest in the project.
Submit feature requests by adding them under issues.
Pull requests will be reviewed by @abmenzel who will either merge it, request changes or close it.
1. Fork the repository using your own GitHub account.
Go to the root of the repository and run
npm install
- Copy the config.example.toml file in the supabase folder and name it config.toml
- Setup a test app in google cloud
- Replace the placeholder credentials in config.toml with the credentials from your test app
Run the following command to start the development server:
npm run dev
npm run build
Push your changes and submit a pull request.