Skip to content

diegotoral/ANN

Repository files navigation

ANN

ruby version rails version vuejs version tailwindcss version build:started

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.

Getting Started

Prerequisites

Standard Installation

  1. Make sure all the prerequisites are installed
  2. Fork or clone this repository
  3. Run bin/setup
  4. That's it! Start the application and head to http://localhost:3000

Hybrid Docker Installation

  1. Install docker and docker-compose
  2. Fork or clone this repository
  3. Run docker-compose up
  4. Run bin/setup
  5. That's it! Start the application as you normaly do and head to http://localhost:3000

License

ANN is released under the MIT License.