36 lines
636 B
Markdown
36 lines
636 B
Markdown
```bash
|
|
# start vm and ssh into vm
|
|
# username fedora, password 123456
|
|
|
|
# start docker first
|
|
$ cd src
|
|
$ ./dc_up.sh
|
|
|
|
# cwd /app
|
|
|
|
# after docker started
|
|
$ ./setup/9999_done.sh
|
|
|
|
|
|
# in case you need to rebuild scss, to turn on scss building
|
|
# on host machine
|
|
$ cd /app/example-app
|
|
$ npm i -D
|
|
$ npm run watch:dev
|
|
```
|
|
|
|
# TODO
|
|
|
|
[x] login screen remove Argin dashboard 2 laravel 1
|
|
|
|
1. remove headbar
|
|
|
|
1. check add resources page
|
|
1. should not delete the first row
|
|
1. rename aria-label="Default select example"
|
|
|
|
### email template
|
|
resources/views/vendor/mail
|
|
|
|
### email content
|
|
src\php74-httpd\example-app\app\Notifications\ForgotPassword.php |