Snappy is an easy to use, powerful and customizable code snippet generator.
Snappy is being developed with a broad variety of technologies such as:
- NextJS - The React Framework for Production.
- Typescript - JavaScript with syntax for types.
- Prisma - Next-generation Node.js and TypeScript ORM.
- Chakra UI - For the beautiful handcrafted UI.
- Choose between plain colors or image background, gradients are on the way.
- Customize the font as you like, tweaking the size and line height.
- Modify the padding and more parameters of the window.
- Pick the extension and download it or just copy it to the clipboard!
git clone https://github.com/faustinozanetto/snappy # Clone the repo in the folder of choice.
cd snappy # Cd into the cloned repo.
yarn install # Install the deps with yarn or npm.
cp .env.example .env # Copy the example env to the .env
yarn start:dev # Start Snappy!.