Merge branch 'frost' of https://github.com/themotte/rDrama into frost

This commit is contained in:
Rudyon 2023-05-12 15:23:41 +03:00
commit da97a990ba

View file

@ -27,7 +27,11 @@ docker-compose up --build
The first time you do this, it will take a while. It'll be (much) faster next time.
4 - That's it! Visit `localhost` in your browser.
4 - Visit `localhost` in your browser.
5 - Make an account. The first account made will have admin power.
6 - That's it!
Code edits will be reflected (almost) immediately. If you make any setup changes or database changes, you'll need to ctrl-C the docker-compose status log and run `docker-compose up --build` again.