Simpler dev env
This commit is contained in:
parent
506ef8a43c
commit
0f2af06a6d
14
README.md
14
README.md
|
@ -3,10 +3,18 @@
|
||||||
Federated Shop
|
Federated Shop
|
||||||
|
|
||||||
## Development Setup
|
## Development Setup
|
||||||
Have docker and docker-compose installed and then run in the project root:
|
Run Redis (and Postgres) services and expose them to ports `6379` and `5432` on `localhost`:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ docker compose up -d
|
$ docker compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
Run the server with deno:
|
||||||
|
```
|
||||||
|
$ cd fedishoop
|
||||||
|
$ deno task dev
|
||||||
```
|
```
|
||||||
|
|
||||||
The current state of the website will run on [`http://localhost:8000`](http://localhost:8000)
|
Go to [`localhost:8000`](http://localhost:8000)
|
||||||
|
|
||||||
|
Follow https://fedify.dev/tutorial/microblog for further info.
|
||||||
|
|
Loading…
Reference in a new issue