Notto.io is a simple online text editor that enables anyone to save and edit notes using rich text.
Simply access Notto and start typing!
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Clone this repo
python -m venv nottoenv
nottoenv\Scripts\activate
pip install -r requirements.txt
- Clone this repo
python3 -m venv nottoenv
source nottoenv/bin/activate
pip install -r requirements.txt
python notto/manage.py makemigrations nottoapp
python notto/manage.py migrate
python notto/manage.py runserver
The app will be available at http://127.0.0.1:8000
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Renato Oliveira - initial work - renatoliveira
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details.