Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ When you have a lot of scenes, you can chain them with actions.
When you have finished your story, export the script to Ren'Py and enjoy your visual novel.

## Install
- composer update
- npm install && npm run dev
- php artisan migrate:refresh --seed
- login with admin@admin.com / admin
- `composer update`
- `npm install`
- `npm run dev`
- Check settings (see "Settings" below)
- `php artisan migrate:refresh --seed`
- `php artisan key:generate`
- Open website in browser from subfolder `public/`
- Login with `admin@admin.com` / `admin`

## Settings
- folder public/stories must be writable
Expand Down