Notto

Build Status

alt text

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!

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Windows

  1. Clone this repo
  2. python -m venv nottoenv
  3. nottoenv\Scripts\activate
  4. pip install -r requirements.txt
  5. python notto\manage.py runserver or make build if you have make (installed with MinGW or Cygwin) on your PC.

Linux/MacOS

  1. Clone this repo
  2. make build

In case you find something wrong

Sometimes, you might get no errors when running the app for the first time, but find a "no table named nottoapp_note" error,or something like that. If you do so, then use the command python manage.py migrate --sync-db. You should see in the console "Synchronizing apps without migrations" and see "Creating table nottoapp_note" below.

The app will be available at http://127.0.0.1:8000

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Author

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.