Skip to content

Commit

Permalink
Tidy up README
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Mar 29, 2023
1 parent a3b8588 commit bb58962
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# SocialPostGPT.xyz

Hello there 👋

Welcome to the source code of [SocialPostGPT.xyz](https://socialpostgpt.xyz).
Hello there 👋 Welcome to the source code of [SocialPostGPT.xyz](https://socialpostgpt.xyz).

We are using:
- [Wasp](https://wasp-lang.dev) as our full-stack framework
Expand All @@ -28,7 +24,7 @@ Copy `env.example` to `.env.server` and fill in the values.
You'll need a PostgreSQL running locally. You can use Docker to run one:

```bash
docker run --name daily-ai-comics-postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres
docker run --name socialpostgpt-postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres
```

Make sure you have Wasp installed ([installing Wasp](https://wasp-lang.dev/docs#2-installation)), then run:
Expand Down

0 comments on commit bb58962

Please sign in to comment.