This commit is contained in:
0x1eef 2024-07-31 23:15:21 -03:00
parent 2bf57351ea
commit 474026394a

View file

@ -23,7 +23,7 @@ in Ruby. See **Design** for more info.
- The client provides static files (HTML, JS, CSS, ...) - The client provides static files (HTML, JS, CSS, ...)
- The client provides routes via [react-router](https://reactrouter.com/en/main) - The client provides routes via [react-router](https://reactrouter.com/en/main)
- The client communicates with the server via [@apollo/client (GraphQL client)](https://www.apollographql.com/docs/react/) - The client communicates with the server via [@apollo/client (GraphQL client)](https://www.apollographql.com/docs/react/)
* The [cli](cli/) is powered by Ruby * The [cli/](cli/) is powered by Ruby
- Start / stop web server - Start / stop web server
- Run database migrations - Run database migrations
- Run developer console - Run developer console