Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/minagishl/marknote
- Owner: minagishl
- License: mit
- Created: 2024-08-19T15:06:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T18:15:33.000Z (5 months ago)
- Last Synced: 2024-12-12T02:43:50.593Z (24 days ago)
- Topics: markdown, notepad, webapp
- Language: CSS
- Homepage: https://marknote.minagishl.com
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.