From fa805382a85312b33dd8076864a9e8bf8bda0500 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sat, 27 Dec 2025 13:01:06 +0300 Subject: [PATCH] Add apps/web .env setup to README Also add a missing newline at the end of README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3703d1da..0fe23803 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ A decentralized music tracking and discovery platform built on the AT Protocol 3. Set up the environment variables: ```bash cp apps/api/.env.example apps/api/.env + cp apps/web/.env.example apps/web/.env cp .env.example .env # Edit the .env files to add your configurations ``` @@ -120,4 +121,4 @@ Please [**open an issue**](https://tangled.org/@rocksky.app/rocksky/issues/new) ## 🤝 Contributing We would love to hear your feedback or suggestions. The best way to reach us is on [Discord](https://discord.gg/EVcBy2fVa3). -We also welcome pull requests into this repo. See [CONTRIBUTING.md](CONTRIBUTING.md) for information on setting up this repo locally. \ No newline at end of file +We also welcome pull requests into this repo. See [CONTRIBUTING.md](CONTRIBUTING.md) for information on setting up this repo locally. -- 2.51.2