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 d8956fd commit 6c56bb9Copy full SHA for 6c56bb9
README.md
@@ -18,6 +18,28 @@ What does Zephyr have?
18
- Initial seeder of admin account.
19
- Plus additional features that will be added in the future!
20
21
+## Installation
22
+
23
+```shell
24
+composer create-project affandra-solusi-teknologi/zephyr
25
+```
26
27
+After init the project you can install the node dependencies using:
28
29
+npm i
30
31
32
+## Getting started
33
34
+To start the development server:
35
36
+php artisan serve
37
38
39
40
+npm run dev
41
42
43
## Credit
44
45
- Everyone who contributed to this project.
0 commit comments