Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 771 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 771 Bytes

This is a fairly basic snippet export tool inspired by Ray.so that creates beautiful code snippets and allows for PNG, SVG and Base 64 export of your snippets.

Dependencies

Get Started

Just like any other Next.js application, install the dependencies and run next dev.

# Install Dependencies
yarn install

# Run Project
yarn dev

This project is open-source and you're welcome to clone and use in your own projects. It is maintained intermittently.