Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamara committed Mar 16, 2024
1 parent 14400d4 commit 3a3a922
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,18 @@ Before you try to scrape any website, go through its robots.txt file. You can ac

```bash
cp .env.example .env
touch database/database.sqlite
composer i
# install chromedriver for Panther
# Don't worry when the following step errors related to chromedriver binary, we will install them right after.
composer install
# install chromedriver for Panther client.
vendor/bin/bdi detect drivers
# (optional)
# make dev && make backend-migrate
# (optional)
# npm install
# npm run dev
# Run composer install again.
composer install
php artisan key:generate
# Before running the next command:
# Update your database details in .env
php artisan migrate --seed
npm install
npm run build
```

#### The following installation step may or may not be required.
Expand Down

0 comments on commit 3a3a922

Please sign in to comment.