A web application for storing and sharing code snippets.
I build this web app to aid my learning journey across different programming languages by providing a centralized platform to store, organize, and share code snippets. This tool will help me keep track of useful code fragments while also allowing me to share it to the online community.
- Store and organize code snippets
- Create collections of snippets
- Share collections online
- Multiple workspaces
Create a env.local file and provide the following:
NEXT_PUBLIC_SUPABASE_URL=YOUR_SUPABASE_URL
NEXT_PUBLIC_SUPABASE_KEY=YOUR_SUPABASE_KEY
SUPABASE_SERVICE_ROLE_KEY=YOUR_SERVICE_ROLE_KEY
In the project directory and run the following commands:
npm run build
npm run start