Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Tablane/tablane
The open platform for seamless management and collaboration.
https://github.com/Tablane/tablane
nodejs reactjs tailwindcss typescript
Last synced: 3 months ago
JSON representation
The open platform for seamless management and collaboration.
- Host: GitHub
- URL: https://github.com/Tablane/tablane
- Owner: Tablane
- License: other
- Created: 2021-03-05T22:53:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T10:46:09.000Z (over 1 year ago)
- Last Synced: 2024-02-17T12:38:03.997Z (9 months ago)
- Topics: nodejs, reactjs, tailwindcss, typescript
- Language: JavaScript
- Homepage: https://tablane.net
- Size: 2.94 MB
- Stars: 338
- Watchers: 3
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Website - Contact - Changelog - Roadmap## Tablane is a workspace that adapts to your needs. It's as minimal or as powerful as you need it to be.
- Collaborative Editing - Google Docs like Task Description Editor
- Subtasks - Break larger tasks into smaller subtasks.
- Comment Threads - Collaborate on tasks without losing context.
- Breathtakingly fast - Built for speed with 50ms interactions and real-time sync.## Get started
### Tablane Cloud
The fastest and most reliable way to get started with Tablane is signing up for free to [Tablane Cloud](https://tablane.net)
### Self-hosting
First, rename `.env.example` to `.env`.
Frontend:
```bash
git clone https://github.com/Tablane/tablane
npm install
npm start
```Backend:
```bash
git clone https://github.com/Tablane/tablane-api
npm install
npm run dev
```Check it out on `http://localhost:3000/`.