Skip to content

Commit

Permalink
Adds readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnuss committed Jan 21, 2021
1 parent f0edc46 commit 8c104a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Svelte Snowpack Template
# Supabase/Svelte Kanban

A `snowpack` template for `svelte`.
A clone of Trello that uses Supabase as the storage system.

Configured with `jest`, `eslint`, `postcss`, and `rollup` (for production builds).
## [Live Demo](https://supabase-kanban.vercel.app/)

# Usage
![Screenshot](https://github.com/joshnuss/supabase-kanban/blob/master/screenshot.png)

To use this template:
# Setup locally

```bash
npx create-snowpack-app --template @joshnuss/svelte-snowpack-template --target path/to/dir
```
1. Clone repo `gh repo clone joshnuss/supabase-kanban` and install dependencies `yarn start`
2. Setup the database on [supabase](https://supabase.io) use [`setup.sql`](https://github.com/joshnuss/supabase-kanban/blob/master/setup.sql)
3. Update the credentials in `.env.development`
4. Start development server with `yarn start`
5. Done!

## Available Scripts

Expand Down
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8c104a7

Please sign in to comment.