ANN is a super simple and clean notes app. It aims to be a replacement to other notes taking apps but keep a very clean set of features. ANN will eventually support Markdown.
ANN is built with a mix of Rails 5, Tailwindcss, and Vue.js.
- Ruby - we recommend using rmv
- Yarn
- PostgreSQL 9.4 or higher
- Make sure all the prerequisites are installed
- Fork or clone this repository
- Run
bin/setup
- That's it! Start the application and head to
http://localhost:3000
- Install
docker
anddocker-compose
- Fork or clone this repository
- Run
docker-compose up
- Run
bin/setup
- That's it! Start the application as you normaly do and head to
http://localhost:3000
ANN is released under the MIT License.