https://github.com/parassolanki/snippets
Make your code snippets look better
https://github.com/parassolanki/snippets
react tailwindcss tanstack typescript
Last synced: 3 months ago
JSON representation
Make your code snippets look better
- Host: GitHub
- URL: https://github.com/parassolanki/snippets
- Owner: ParasSolanki
- Created: 2025-01-10T15:17:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T15:40:26.000Z (over 1 year ago)
- Last Synced: 2025-02-11T15:41:27.283Z (over 1 year ago)
- Topics: react, tailwindcss, tanstack, typescript
- Language: TypeScript
- Homepage: https://awesome-snippets.netlify.app
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snippets
Snippets is a code snippets generator that allows you to create beautiful code snippets in language of your choice and share it with your friends.
## Preview

## Installation
Install the dependencies
```shell
pnpm install
```
## Run locally
Run the development server
```shell
pnpm dev
```