You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dev: Implement test environment to test the built website cleanly
This change allow one to test the website in an clean environment by running:
```
docker compose --profile=test up -d
```
after:
```
grunt dist
```
and browse <http://localhost:8080> using one's web browser.
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
0 commit comments