Simple & efficient Markdown note-taking app.
Today, a person receives and stores a huge amount of information. But those tools that are used every day do not provide much-needed capabilities and speed. We have created a solution to this problem...
Noto is a fast and flexible assistant right in your pocket!
- 🌈 Supports both Android and iOS.
- 💅 Full Markdown support.
- ⚡ Extremely lightweight.
- 📦 VERY easy and intuitive to use.
- 🛡 Built-in user data protection.
After cloning the code, install all dependencies:
yarn
Both the client and the backend are started with the command:
yarn start:dev
Default client start command:
API_URL=\"http://localhost:5000\" npx expo start --clear
Change it to match your backend configuration.