Skip to content

zshaian/snipshelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnipShelf

banner

A simple web application for creating, showcasing, and sharing code snippets.

This project is under development, if you want to contribute, or collaborate on building
the project, feel free to view the design file, and join us in discord.

Design File

Discord Server

Prerequisites

  • Node.js (v18 or higher)
  • pnpm

Installation

# Install dependencies
pnpm install

Development

pnpm run dev

Testing

# run all tests
pnpm test

# run tests in watch mode
pnpm test:watch

# run cypress E2E tests
pnpm cypress:open

Linting and Formatting

# run esLlnt
pnpm lint

# format code with prettier
pnpm format

Build

# create production build
pnpm build

# start production server
pnpm start

Project Structure

snipshelf/
├── app/              # Next.js app directory
├── components/       # React components
├── __test__/        # Test files
└── public/          # Static assets

About

create, save, and share code snippets.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •