Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lostovayne/saas-clon-de-slack
- Owner: Lostovayne
- Created: 2024-09-16T01:24:05.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T01:33:44.000Z (2 months ago)
- Last Synced: 2024-11-21T20:06:01.053Z (about 1 month ago)
- Topics: bun, clone, nextjs14, saas-application, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://epsaslack.vercel.app
- Size: 3.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.