-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95d0b24
commit 7bd1afe
Showing
3 changed files
with
28 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,23 @@ Here’s the list of features included in the Keza starter kit: | |
- [**Fly app deployment**](https://fly.io/) with [**Docker**](https://www.docker.com/) | ||
- [**GitHub Actions**](https://github.com/features/actions) for deploy on merge to production and staging environments | ||
|
||
## Installation | ||
|
||
```bash | ||
git clone [email protected]:mucolabs/keza_starter_kit.git | ||
cd keza_starter_kit | ||
|
||
cp .env.example .env | ||
composer install | ||
npm install | ||
|
||
php artisan key:generate | ||
|
||
php artisan migrate | ||
|
||
composer run dev | ||
``` | ||
|
||
## Support | ||
|
||
If you found the Keza starter kit helpful, please consider supporting it with a star. Thank you! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters