Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion seed/supabase-twitter-clone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ First, let's set up a local development environment for the Supabase Twitter clo

```bash
npx supabase login
npx supabase init
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got this when I ran this:

 failed to create config file: open supabase/config.toml: file exists
Try rerunning the command with --debug to troubleshoot the error.

I guess we don't need to init anymore since we already checked in the stuff that was generated during init.

```

![supabase-init-asciinema](https://github.com/snaplet/examples/assets/8771783/10f11bca-5dd5-42ac-b81a-b33d6016026e)
Expand Down