Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 70f90bb

Browse files
committed
docs: 📚️ add env setup
1 parent 70e211f commit 70f90bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ application. Can be used as is, or be extended upon with other methods in the [p
5959
```
6060
2. Setup environment
6161
```sh
62-
TODO
62+
mv .env.dist .env
6363
```
6464
3. Start your local stack
6565
```python
66-
docker-compose up
66+
poe up
6767
```
6868
4. Test it!
6969
```sh
70-
pytest . -vv -s
70+
poe test
7171
```
7272

7373
## Usage

0 commit comments

Comments
 (0)