Code Monkey home page Code Monkey logo

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.

devsozluk's Projects

devsozluk icon devsozluk

DevSozluk is an open-source social platform for developers to share knowledge and collaborate, built with React, Next.js, TypeScript, and Supabase.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.