Skip to content

Commit b002ad1

Browse files
committed
Add live demo note to README
- Add Live Demo section with link to https://masscodeweb.code-bude.net/ - Update table of contents to include the new section
1 parent 94f0a76 commit b002ad1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@ A modern web interface for browsing and searching your massCode snippets with sy
55
[![Docker](https://img.shields.io/badge/Docker-Ready-green?style=flat-square&logo=docker)](#using-docker-compose-recommended)
66
[![License](https://img.shields.io/badge/License-MIT-yellow?style=flat-square)](LICENSE.txt)
77

8+
89
## πŸ“œ Table of Contents
910

1011
- [πŸ“Έ Screenshot](#-screenshot)
12+
- [🌐 Live Demo](#-live-demo)
1113
- [πŸ’‘ Motivation](#-motivation)
1214
- [⚠️ Affiliation & Disclaimer](#️-affiliation--disclaimer)
1315
- [✨ Features](#-features)
1416
- [πŸš€ Quick Start](#-quick-start)
1517
- [Finding Your massCode Database](#finding-your-masscode-database)
1618
- [Using Docker Compose](#using-docker-compose-recommended)
1719
- [Manual Docker Run](#manual-docker-run)
18-
- [🎯 What is massCode?](#-what-is-masscode)
1920
- [🀝 Contributing](#-contributing)
2021
- [πŸ“„ License](#-license)
2122
- [πŸ“ˆ Star History](#-star-history)
@@ -26,6 +27,10 @@ A modern web interface for browsing and searching your massCode snippets with sy
2627

2728
*Browse your massCode snippets with a clean, modern web interface featuring syntax highlighting, (regex-)search, dark-/light-mode and tabbed code fragments.*
2829

30+
## 🌐 Live Demo
31+
32+
Check out the live demo at [https://masscodeweb.code-bude.net/](https://masscodeweb.code-bude.net/)
33+
2934
## πŸ’‘ Motivation
3035

3136
I love [massCode](https://masscode.io/) - it's an amazing code snippet manager that helps me organize and access my code snippets efficiently. However, sometimes I work on devices where I can't install the desktop client (like company laptops, shared computers, or restricted environments). To still have access to my snippets, I created massCode Web - a lightweight web interface that works with massCode's database files.
@@ -129,10 +134,6 @@ environment:
129134
docker run -d -p 8080:80 -v /path/to/your/db.json:/data/db.json:ro ghcr.io/codebude/masscode-web:latest
130135
```
131136

132-
## 🎯 What is massCode?
133-
134-
This project is a web frontend for [massCode](https://masscode.io/), the ultimate code snippet manager for developers. massCode is a free and open-source code snippets manager, built with Electron & Vue.js.
135-
136137
## 🀝 Contributing
137138

138139
Found a bug or have a feature request? Feel free to:

0 commit comments

Comments
Β (0)