Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supabase-community/svelte-kanban
https://github.com/supabase-community/svelte-kanban
Last synced: about 13 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/supabase-community/svelte-kanban
- Owner: supabase-community
- License: mit
- Created: 2021-01-16T20:00:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T12:26:35.000Z (11 months ago)
- Last Synced: 2024-11-06T11:15:54.156Z (2 days ago)
- Language: PLpgSQL
- Size: 264 KB
- Stars: 253
- Watchers: 8
- Forks: 65
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - supabase-community/svelte-kanban - (others)
README
# Supabase/Svelte Kanban
A [Trello](https://trello.com) clone using [Supabase](https://supabase.io) as the storage system.
## [Live Demo](https://supabase-kanban.vercel.app/)
### Screenshot
![Screenshot](https://github.com/supabase-community/supabase-kanban/blob/main/screenshot.png)
# Setup locally
1. Clone the repo with `gh repo clone supabase-community/supabase-kanban` and install dependencies with `pnpm install`
2. Setup the database on [supabase](https://supabase.io) and run the commands in [`setup.sql`](https://github.com/supabase-community/supabase-kanban/blob/main/setup.sql)
3. Rename `.env.example` to `.env` and update the credentials
4. Start development server with `pnpm dev`
5. Done!## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
# License
MIT