Skip to content

Commit 6c56bb9

Browse files
committed
update readme
1 parent d8956fd commit 6c56bb9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,28 @@ What does Zephyr have?
1818
- Initial seeder of admin account.
1919
- Plus additional features that will be added in the future!
2020

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+
```shell
36+
php artisan serve
37+
```
38+
39+
```
40+
npm run dev
41+
```
42+
2143
## Credit
2244

2345
- Everyone who contributed to this project.

0 commit comments

Comments
 (0)