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.
- Node.js (v18 or higher)
- pnpm
# Install dependencies
pnpm install
pnpm run dev
# run all tests
pnpm test
# run tests in watch mode
pnpm test:watch
# run cypress E2E tests
pnpm cypress:open
# run esLlnt
pnpm lint
# format code with prettier
pnpm format
# create production build
pnpm build
# start production server
pnpm start
snipshelf/
├── app/ # Next.js app directory
├── components/ # React components
├── __test__/ # Test files
└── public/ # Static assets