mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-21 21:15:56 +08:00
docs: update README.md
This commit is contained in:
@@ -94,11 +94,16 @@ npm install
|
||||
# Copy .env.example to .env
|
||||
cp .env.example .env
|
||||
|
||||
# Configure your .env file with:
|
||||
# Configure your .env file with the required environment variables:
|
||||
# - Database connection (PostgreSQL)
|
||||
# - Authentication settings
|
||||
# - Authentication settings (Better-Auth Secret)
|
||||
```
|
||||
|
||||
⚠️ **Important Notes:**
|
||||
- If `RESEND_API_KEY` is not set, verification codes for login/signup will be logged to the console.
|
||||
- You can use these logged codes for testing authentication locally.
|
||||
- For production environments, you should set up a proper email provider.
|
||||
|
||||
3. **Set Up Database**
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user