Resolves https://github.com/webrecorder/browsertrix/issues/2633 ## Changes - Replaces broken link in frontend README with hosted and local links - Clarifies that frontend is not deployed separately in dev docs
20 lines
668 B
Markdown
20 lines
668 B
Markdown
# Browsertrix Frontend
|
|
|
|
This directory contains the following components:
|
|
|
|
## Docs (`/docs`)
|
|
|
|
Documentation for running, developing, and writing docs:
|
|
- Hosted: [docs.browsertrix.com/develop/docs](https://docs.browsertrix.com/develop/docs)
|
|
- Local: [develop/docs.md](./docs/docs/develop/docs.md)
|
|
|
|
## User Interface (`/src`)
|
|
|
|
Documentation for developing the user interface:
|
|
- Hosted: [docs.browsertrix.com/develop/frontend-dev](https://docs.browsertrix.com/develop/frontend-dev)
|
|
- Local: [develop/frontend-dev.md](./docs/docs/develop/frontend-dev.md)
|
|
|
|
## Configuration
|
|
|
|
Config files for the frontend Docker build and nginx routing can also be found in this directory.
|