Ctrl+V is a site that allows you to quickly paste in your code and save it to share with anyone
- Svelte(Kit)
- Highlight.js
- MongoDB (w/Mongoose)
- Tailwind CSS
git clone && cd ctrlv
yarn # or npm install
- Create a
.env
file with the followingDB_UNAME=mongodb_username DB_PASSWORD=mongodb_password
yarn dev # or npm run dev