Skip to content

Commit

Permalink
feat: 📝 Refactor initial setup commands in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouvat committed Aug 31, 2023
1 parent 4be5fe8 commit 4b58d0c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ WIP, new version comming soon !
Clone the project and run the following commands:

```bash
cp .env.example .env
./vendor/bin/sail up
./vendor/bin/sail composer install
./vendor/bin/sail npm install
./vendor/bin/sail artisan migrate
./vendor/bin/sail npm run build
cp .env.example .env
make build
make composer arg=install
make npm arg=install
make artisan arg=key:generate
make artisan arg=migrate
make up
```

When the containers are up, you can access the app at http://localhost

0 comments on commit 4b58d0c

Please sign in to comment.