CodeCache is a web application designed for developers to efficiently manage and access code snippets. With features like authentication, a responsive design, and a user-friendly interface, CodeCache aims to streamline code snippet management and enhance developer productivity. 🚀
To get started with CodeCache, follow these steps:
Clone the Repository
git clone https://github.com/notsoocool/codecache.git
cd codecache
Install Dependencies
bun install
Create Environment Variables
Create a .env.local
file from the .env.sample
file provided:
cp .env.sample .env.local
Update the .env.local
file with your MongoDB connection string and other necessary environment variables.
Run the Development Server
bun dev
Open your browser and go to http://localhost:3000
to view the application. 🌐
We welcome contributions to CodeCache! To contribute:
git checkout -b feature/your-feature
) 🌱This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or support, please reach out to vyasyajush@gmail.com.
Join us in building CodeCache with notsoocool! 🌟
Explore the project on GitHub and join our community to contribute, provide feedback, or stay updated with our latest developments. 💬