Skip to content

Latest commit

 

History

History
84 lines (52 loc) · 2.47 KB

README.md

File metadata and controls

84 lines (52 loc) · 2.47 KB

SnipNest Landing Page

SnipNest 🪺

Code Smarter, Not Harder.

Need code that works? Grab a snippet. Made something cool? Share it back. Simple as that.

License Stars Issues

🚀 What's Inside

  • Working Snippets: Code that's tested and ready to use
  • Many Languages: Pick your favorite - JavaScript, Python, and more
  • Built Together: Made by developers, for developers

🎯 Get Started

Head over to snipnest.dev and start exploring.

# Clone the repository
git clone https://github.com/itsbrunodev/snipnest.git

# Install dependencies
pnpm install

# Start development server
pnpm dev

📦 Extensions

Integration with your favorite tools to make SnipNest available when you need it most.

💻 Local Setup

Prerequisites

  • Node.js 18+
  • pnpm (recommended) or npm/yarn

Environment Variables

For rate limiting in production, you'll need Upstash Redis:

  1. Copy .env.example to .env.local
  2. Add your Upstash details (Get them here)

Note: Don't worry about rate limiting on localhost or in development mode - it's off by default.

Going Live

pnpm build
pnpm start

🤝 Want to Help?

Check out our Contributing Guidelines. You can:

  • Add snippets
  • Fix bugs
  • Add new features

📚 API Docs

Want to build something with our API? Check the docs

🌟 Need Help?

📜 License

SnipNest is under the MIT license.