This app provides developers with a unified platform to efficiently store, organize, and retrieve code snippets, cheat sheets and more, streamlining their coding workflow and promoting code reusability. Engineered with accessibility at its core, our platform adheres to WCAG criteria, ensuring an inclusive and seamless experience.
The app was created within the capstone phase of our web development bootcamp at neue fische.
- Clone the repository.
- Set up a MongoDB database.
- Configure environment variables.
- Install dependencies with
npm install
. - Run the app locally with
npm run dev
.