We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35919eb commit a4e0ab6Copy full SHA for a4e0ab6
readme.md
@@ -4,9 +4,9 @@
4
5
## Requirement
6
7
-- NodeJS & Yarn
8
-- Goby
9
-- PostgresDB
+- Docker
+- Docker compose
+
10
## Usage
11
12
Clone it!
@@ -15,10 +15,10 @@ Clone it!
15
$ git clone [email protected]:goby-lang/sample-web-app.git
16
```
17
18
-Go into the project directory, then open another terminal and run the command:
+Go into the project directory and run the command:
19
20
21
-$ goby server.gb
+$ docker-compose up
22
23
24
Open `http://localhost:3000` and enjoy!
0 commit comments