Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/minagishl/marknote

Notepad with no server-side processing and Markdown
https://github.com/minagishl/marknote

markdown notepad webapp

Last synced: 16 days ago
JSON representation

Notepad with no server-side processing and Markdown

Awesome Lists containing this project

README

        

# Marknote

Marknote is a markdown note-taking application designed to help you organize and manage your notes efficiently.

## Features

- **Markdown Support**: Write notes in markdown format with live preview.
- **Responsive Design**: Use the application on any device, whether it's a desktop, tablet, or mobile.

## Installation

To install and run Marknote locally, follow these steps:

1. Clone the repository:
```sh
git clone https://github.com/minagishl/marknote.git
```
2. Navigate to the project directory:
```sh
cd marknote
```
3. Install the dependencies:
```sh
npm install
```
4. Start the development server:
```sh
npm run dev
```

## Usage

After starting the development server, open your browser and navigate to `http://localhost:3000` to start using Marknote.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.