Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Project for creating and managing real-time organization-based boards.

NotificationsYou must be signed in to change notification settings

TaronVardanyan/boardy

Repository files navigation

Boardy is a project aimed at creating a collaborative whiteboard tool similar to Miro. It leverages modern web technologies to offer a reliable platform for real-time collaboration and content creation.

Features

  • Authentication: Integrate robust authentication with@clerk/nextjs.
  • Real-time Collaboration: Implement real-time features with@liveblocks/client,@liveblocks/node, and@liveblocks/react.
  • UI Components: Access a collection of UI components from Radix UI for building modern interfaces.
  • State Management: Utilizezustand for state management.
  • Styling: Use Tailwind CSS and related plugins for styling and animations.
  • Type Safety: Ensure type safety with TypeScript.

Getting Started

  1. Installation: Clone the repository and install dependencies.
  2. git clone https://github.com/TaronVardanyan/boardy.gitcd boardybun install
  3. Development: Start the development server.
  4. bun dev
  5. Building: Build the project for production.
  6. bun build
  7. Start: Start the production server.
  8. bun start
  9. Lint: Lint the codebase.
  10. bun lint
  11. Format: Check the codebase formatting.
  12. bun format
  13. Format Fix: Fix the codebase formatting.
  14. bun format:fix

Scripts

  • dev: Start the development server using Next.js.
  • build: Build the project using Next.js for production.
  • start: Start the production server using Next.js.
  • lint: Lint the codebase using ESLint.
  • format: Check the codebase formatting using Prettier.
  • format:fix: Fix the codebase formatting using Prettier.

Contributing

We welcome contributions to Boardy! To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/my-feature).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature/my-feature).
  5. Create a new Pull Request.

License

This project is licensed under theMIT License.


[8]ページ先頭

©2009-2025 Movatter.jp