Resolves https://github.com/webrecorder/browsertrix/issues/2771 ## Changes Handles new `scope` crawl error log context. |
||
---|---|---|
.. | ||
.husky | ||
.storybook | ||
config | ||
docs | ||
lib | ||
patches | ||
public | ||
scripts | ||
src | ||
tests | ||
xliff | ||
.dockerignore | ||
.editorconfig | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.vscode | ||
.yarnrc | ||
00-browsertrix-nginx-init.sh | ||
custom-elements-manifest.config.mjs | ||
Dockerfile | ||
frontend.conf.template | ||
index.d.ts | ||
lit-localize.json | ||
minio.conf | ||
package.json | ||
playwright.config.ts | ||
postcss.config.js | ||
prettier.config.js | ||
README.md | ||
sample.env.local | ||
tailwind.config.js | ||
tsconfig.eslint.json | ||
tsconfig.json | ||
vendor.webpack.config.js | ||
web-test-runner.config.mjs | ||
webpack.config.js | ||
webpack.dev.js | ||
webpack.prod.js | ||
yarn.lock |
Browsertrix Frontend
This directory contains the following components:
Docs (/docs
)
Documentation for running, developing, and writing docs:
- Hosted: docs.browsertrix.com/develop/docs
- Local: develop/docs.md
User Interface (/src
)
Documentation for developing the user interface:
- Hosted: docs.browsertrix.com/develop/frontend-dev
- Local: develop/frontend-dev.md
Configuration
Config files for the frontend Docker build and nginx routing can also be found in this directory.