Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devsozluk/devsozluk
DevSozluk is an open-source social platform for developers to share knowledge and collaborate, built with React, Next.js, TypeScript, and Supabase.
https://github.com/devsozluk/devsozluk
acikkaynak class-variance-authority formik headlessui nextjs opensource react react-icons reactjs redux rtk-query supabase supabase-auth supabase-js tailwindcss tiptap-editor turbo turborepo typescript vercel
Last synced: 6 days ago
JSON representation
DevSozluk is an open-source social platform for developers to share knowledge and collaborate, built with React, Next.js, TypeScript, and Supabase.
- Host: GitHub
- URL: https://github.com/devsozluk/devsozluk
- Owner: devsozluk
- Created: 2022-12-13T03:57:37.000Z (about 2 years ago)
- Default Branch: development
- Last Pushed: 2024-12-31T18:11:02.000Z (21 days ago)
- Last Synced: 2025-01-08T17:17:06.919Z (13 days ago)
- Topics: acikkaynak, class-variance-authority, formik, headlessui, nextjs, opensource, react, react-icons, reactjs, redux, rtk-query, supabase, supabase-auth, supabase-js, tailwindcss, tiptap-editor, turbo, turborepo, typescript, vercel
- Language: TypeScript
- Homepage: https://devsozluk.net
- Size: 1.54 MB
- Stars: 63
- Watchers: 0
- Forks: 4
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Website](https://img.shields.io/website?url=https://www.devsozluk.net)](https://devsozluk.net/)
![GitHub stars](https://img.shields.io/github/stars/devsozluk/website)
[![commits](https://badgen.net/github/commits/devsozluk/website/development)](https://github.com/devsozluk/website/commits/development?icon=github&color=green)
![GitHub contributors](https://badgen.net/github/contributors/devsozluk/website)
![GitHub forks](https://badgen.net/github/forks/devsozluk/website)
## **About**
**DevSözlük** is a platform that aims to facilitate communication and share knowledge among software developers. It allows other software developers to contribute as well—enabling software developers to share their ideas, answer questions, and help each other.
## **Folder Structure**
```
devsozluk/
├── apps/
│ ├── web/ # Web application codebase.
│ ├── docs/ # Documentation codebase.
├── packages/
│ ├── ui/ # Reusable UI component library.
│ ├── config/ # Configuration files and utilities.
│ ├── eslint-config-devsozluk/ # Custom ESLint configuration.
│ ├── tsconfig/ # Shared TypeScript configuration.
├── .github/
│ ├── workflows/
│ │ └── devsozluk-ui-publish.yml # GitHub Actions workflow for publishing the UI package.
├── .env.example # Example configuration file for .env.
├── .gitignore # List of files to be ignored by Git.
├── LICENSE # Project's license file.
├── package.json # JSON file containing project's dependencies and scripts.
├── yarn.lock # Project dependencies lock file.
├── README.md # Markdown file containing information about the project.
├── prettierrc.json # Configuration file for Prettier code formatter.
└── turbo.json # Configuration file for Turbo, a tool for managing monorepos.
```## Technologies
- **Turbo**: A tool for managing monorepos.
- **React**: A JavaScript library for building user interfaces.
- **Next.js**: A React framework for building server-side rendered and static web applications.
- **TypeScript**: A statically typed superset of JavaScript that provides enhanced code reliability and scalability.
- **Tailwind CSS**: A utility-first CSS framework for rapidly building custom user interfaces.
- **Storybook**: An open-source tool for building and testing UI components in isolation.
- **Supabase**: An open-source alternative to Firebase that provides a set of tools and services for building scalable backend applications.
- **Yarn**: A package manager that doubles down as project manager.## Getting Started
To get started with the DevSözlük project, follow these steps:
- Clone the repository: `git clone [email protected]:devsozluk/website.git`
- Navigate to the project root directory: `cd website`
- Install the required packages using yarn: `yarn install`
- Go to the apps/web directory: `cd apps/web`
- Create a copy of the .env.example file and rename it to .env, then update the file with your Supabase API keys.
- Go back to the project root directory: `cd ../..`
- Start the web application: `yarn dev:web`This will start the web application in the `apps/web` directory, as well as the UI components in the `packages/ui` directory.
## Contributors
Thank you for your contributions! We appreciate all the contributions from the community.