- Create a website in the admin panel
- Add a sitemap, url and cacheable field to the website
- Save the website id and use it with cachewarmer
- View the cached pages and their metadata
- Modify .env file fields:
EMAIL_HOST,EMAIL_HOST_USERandEMAIL_HOST_PASSWORD - Set per site error reporting treshold and timeout
TO run the dashboard run the following
# Install
make install
# Serve
make serve
## For development use
make serve_dev