Skip to content

Dmitriy-SP/notes-app

Repository files navigation

Notes app

CI

Notes app is a service for creating, editing and storing notes in your browser.
You can try web-version.

Description

This service allows you to add a lot of notes (maximum 999), edit them with tinyMCE and save them in the your browser.

Versions

Desctop version

Mobile version

Installation

git clone [email protected]:Dmitriy-SP/notes-app.git
make install

Usage

Deploy local server:

$ make develop

Build production:

$ make build