Upgrade your inbox game with Juno - the free, open-source Gmail app built with React.
- Sleek, minimal design reduces cognitive overload
- Effortlessly breeze through your emails with minimal clicks
- Keep track of to-do emails and new messages like a pro
- Free and open-source
- Built with React
https://docs.elysiumlabs.io/docs/juno/development/
There are two ways to get started. With installer or without installer.
- Make a copy of the juno-core repository on your own account
- In the folder where you copied the repository, run the command
npx create-juno-dev-env
- To use the cloud backend, ask to be added to the Google Test users on Discord. If you want to run it locally, follow the instructions here
- Download the code for Juno and run yarn to install all necessary packages
- Create a file named
.env
in the root of the project - If you want to run the backend on your local machine, follow the steps here or skip to the next step.
- Add
VITE_BACKEND_URL=YOUR_BACKEND_URL
to the.env
file. If you want to use our hosted cloud backend, setVITE_USE_LOCAL_FRONTEND_CLOUD_BACKEND=true
andVITE_BACKEND_URL=https://juno-api.elysiumlabs.io
. And request to be added to the Google Test users via Discord - Run the app using
yarn dev
. Open http://localhost:3000 to view it in your browser.
Thank you for using Juno 😎 . With the help of its contributors, your experience with email will be as good as possible 🚀.
Looking for a first issue to tackle?
- Issues tagged with
good first issue
are a good place to start. - Or contact me via Discord
Contributing guidelines
- When encountering a bug, create a Github issue with the bug label in the active project. Be as specific as possible.
- To suggest a new feature, create a Github issue with the enhancement label in the active project.
- Please do not stack features/chores/refactors/enhancements in one PR. Describe your feature/implementation in the PR. If you're unsure its useful or if it is a major change, please open an issue first and get feedback.
- Follow eslint provided
- Comment your code
- Write Clean code
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Your system should run on the development dev
branch to be in sync with the latest development changes.
The page will reload if you make edits.
You will also see any lint errors in the console.
For the Roadmap of this project please check this. The current focus is to stabilize the app and adding some core mail features, such as composing with attachments.