/ctrlv

Easily share code snippets

Primary LanguageSvelte

ctrl+v GitHub README Logo

What?

Ctrl+V is a site that allows you to quickly paste in your code and save it to share with anyone

Made with

  • Svelte(Kit)
  • Highlight.js
  • MongoDB (w/Mongoose)
  • Tailwind CSS

Setup Locally

  • git clone && cd ctrlv
  • yarn # or npm install
  • Create a .env file with the following
    DB_UNAME=mongodb_username
    DB_PASSWORD=mongodb_password
    
  • yarn dev # or npm run dev