You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,6 +27,10 @@ A modern web interface for browsing and searching your massCode snippets with sy
26
27
27
28
*Browse your massCode snippets with a clean, modern web interface featuring syntax highlighting, (regex-)search, dark-/light-mode and tabbed code fragments.*
28
29
30
+
## π Live Demo
31
+
32
+
Check out the live demo at [https://masscodeweb.code-bude.net/](https://masscodeweb.code-bude.net/)
33
+
29
34
## π‘ Motivation
30
35
31
36
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:
129
134
docker run -d -p 8080:80 -v /path/to/your/db.json:/data/db.json:ro ghcr.io/codebude/masscode-web:latest
130
135
```
131
136
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
-
136
137
## π€ Contributing
137
138
138
139
Found a bug or have a feature request? Feel free to:
0 commit comments