Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
/ kod.one Public archive

Kod.One — Code snippets made easy

Notifications You must be signed in to change notification settings

vladyio/kod.one

Repository files navigation

Kod.One

Code snippets made easy

🐳 Docker · 💎 Ruby 3.2 · 🛤 Rails 7 · ⚛️ React 18

Kod.One is a code snippets sharing tool.
Paste some code and you're good to go! Nothing extra.

Screenshot

Run with Docker (❗️development only)

Step 1. Create .env file from sample:

cp .env.sample .env

Step 2. Prepare the database:

docker-compose run backend rake db:prepare

Step 3. Run the app:

docker-compose up

Features

  • Syntax highlight (powered by Ace editor)
  • Custom snippet IDs
  • Create forks of existing snippets