❯ REPLACE-ME
Built with the tools and technologies:
❯ REPLACE-ME
❯ REPLACE-ME
└── /
├── bun.lockb
├── components.json
├── Dockerfile
├── next.config.mjs
├── package-lock.json
├── package.json
├── postcss.config.mjs
├── public
│ └── favicon.ico
├── README.md
├── src
│ ├── app
│ ├── components
│ ├── context
│ ├── helpers
│ ├── lib
│ ├── middleware.ts
│ ├── schemas
│ └── types
├── tailwind.config.ts
└── tsconfig.json
/
__root__
src
app
(auth)
login
(dashboard)
dashboard
add
chat
[chatId]
requests
api
auth
[...nextauth]
friends
accept
add
deny
message
send
components
ui
context
helpers
lib
schemas
types
Before getting started with , ensure your runtime environment meets the following requirements:
- Programming Language: TypeScript
- Package Manager: Npm
- Container Runtime: Docker
Install using one of the following methods:
Build from source:
- Clone the repository:
- Navigate to the project directory:
- Install the project dependencies:
Using npm
Using docker
Run using the following command:
Using npm
Using docker
❯ docker run -it {image_name}
Run the test suite using the following command:
Using npm
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your LOCAL account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.'
- Push to LOCAL: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph
This project is protected under the SELECT-A-LICENSE License. For more details, refer to the LICENSE file.
- List any resources, contributors, inspiration, etc. here.