A decentralized music tracking and discovery platform built on AT Protocol 🎵

Add apps/web .env setup to README

Also add a missing newline at the end of README

+2 -1
+2 -1
README.md
··· 71 71 3. Set up the environment variables: 72 72 ```bash 73 73 cp apps/api/.env.example apps/api/.env 74 + cp apps/web/.env.example apps/web/.env 74 75 cp .env.example .env 75 76 # Edit the .env files to add your configurations 76 77 ``` ··· 120 121 ## 🤝 Contributing 121 122 We would love to hear your feedback or suggestions. The best way to reach us is on [Discord](https://discord.gg/EVcBy2fVa3). 122 123 123 - We also welcome pull requests into this repo. See [CONTRIBUTING.md](CONTRIBUTING.md) for information on setting up this repo locally. 124 + We also welcome pull requests into this repo. See [CONTRIBUTING.md](CONTRIBUTING.md) for information on setting up this repo locally.