Skip to content

Commit

Permalink
Merge pull request #525 from shevelev-anatoliy/update-readme
Browse files Browse the repository at this point in the history
feat: add installation guide
  • Loading branch information
DissNik authored Jul 23, 2024
2 parents 4ca8067 + 14a3223 commit 8850259
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@

#### Pages
- src/resources/views/pages/(en|ru)

#### Installation

1. Add .env and configure
2. Set **TORCHLIGHT_TOKEN** (https://app.torchlight.dev/tokens)
3. Run sequentially:
```
composer install
php artisan key:generate
npm install
vite
```

0 comments on commit 8850259

Please sign in to comment.