mirror of
https://github.com/Michatec/MiniFaceBook.git
synced 2026-05-31 02:12:40 +02:00
Compare commits
3 Commits
5febf7e64d
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 27eadc840d | |||
| 2d4d48c45c | |||
| 5c2d882b45 |
@@ -30,7 +30,7 @@ MiniFacebook is a minimalist social network built with [Flask](https://flask.pal
|
||||
2. **Install dependencies**
|
||||
|
||||
```sh
|
||||
pip install -r requirments.txt
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
3. **Setup the .env file**
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user