update,
This commit is contained in:
36
ryankochun91735/task1/project/NOTES.md
Normal file
36
ryankochun91735/task1/project/NOTES.md
Normal file
@@ -0,0 +1,36 @@
|
||||
```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
|
Reference in New Issue
Block a user