snippet-box
Snippet Box is a simple self-hosted app for organizing your code snippets.
1M+

Snippet Box is a simple self-hosted app for organizing your code snippets. It allows you to easily create, edit, browse and manage your snippets in various languages. With built-in Markdown support, Snippet Box makes it very easy to add notes or simple documentation to your code.
# clone repository
git clone https://github.com/pawelmalak/snippet-box
cd snippet-box
# install dependencies (run only once)
npm run init
# start backend and frontend development servers
npm run dev
docker build -t snippet-box .
# run container
docker run -p 5000:5000 -v /path/to/data:/app/data snippet-box




Content type
Image
Digest
Size
57.8 MB
Last updated
over 4 years ago
docker pull pawelmalak/snippet-box:dev