Skip to content

Commit

Permalink
feat: add installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
shevelev-anatoliy committed Jul 23, 2024
1 parent 4ca8067 commit c9047c9
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 c9047c9

Please sign in to comment.