Begin your streamlined note-taking journey today with this uncomplicated app, enabling your ideas to shine as you embrace the elegance of simplicity.
To install and run OnlyNotes locally or for development, follow these steps:
- Clone this repository to your local machine
- Navigate to the project directory
- Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
- On macOS/Linux:
source venv/bin/activate
- On macOS/Linux:
- Run
pip install -r requirements.txt
to install necessary dependencies - Create Environment varibles for
FLASK_APP
andDATABASE_URI
export FLASK_APP=src
export DATABASE_URI=sqlite:///database.db
- Start the development server:
flask run
To use OnlyNotes, visit here
We welcome contributions from the community! If you find any issues or have suggestions for new features, please submit them through our issue tracker. We also encourage you to fork this repository and submit pull requests for any bug fixes or enhancements.
To contribute to OnlyNotes, follow these steps:
- Fork this repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request to the main repository.