Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lostovayne/saas-clon-de-slack

Clon completo de las funcionalidades de Slack usando Next14 , Mejoras en la UI , Sistema SaaS y mรกs
https://github.com/lostovayne/saas-clon-de-slack

bun clone nextjs14 saas-application tailwindcss typescript

Last synced: about 1 month ago
JSON representation

Clon completo de las funcionalidades de Slack usando Next14 , Mejoras en la UI , Sistema SaaS y mรกs

Awesome Lists containing this project

README

        

# Slack clone built with Next.js

## ๐Ÿ“ Table of contents

- [๐Ÿ“ Table of contents](#-table-of-contents)
- [๐Ÿ“ฆ Installation](#-installation)
- [๐Ÿš€ Getting started](#-getting-started)
- [๐Ÿ“š Documentation](#-documentation)
- [๐Ÿ’ป Contributing](#-contributing)
- [๐Ÿ“ƒ License](#-license)

## ๐Ÿ“ฆ Installation

```bash
npm install
```

## ๐Ÿš€ Getting started

Run the development server:

```bash
npm run dev

## ๐Ÿ“ฆ Variables to set up
- Create a .env file in the root directory and add the following variables:
- Todas las otras variables se encuentran en el backend de convex

```
CONVEX_DEPLOYMENT=.....
NEXT_PUBLIC_CONVEX_URL= .......

```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.

[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.

The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.

## ๐Ÿ“š Documentation

Documentation, Tutorials, and many more resources can be found on [Next.js Documentation](https://nextjs.org/docs).

## ๐Ÿ’ป Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## ๐Ÿ“ƒ License

Distributed under the MIT License. See `LICENSE` for more information.