bazarr/frontend
LASER-Yi aa20633b64 no log: Update gitignore list 2021-08-29 23:17:53 +08:00
..
public no log: Move theme-color meta to Header.tsx 2021-08-22 13:35:43 +08:00
src no log: Remove pending subtitles after starting the upload process 2021-08-26 23:34:56 +08:00
.env Update Redux Implementation with Redux-Toolkit 2021-08-14 20:59:08 +08:00
.gitignore no log: Update gitignore list 2021-08-29 23:17:53 +08:00
.prettierignore Refactored Web UI using React 2021-03-25 10:22:43 -04:00
.prettierrc Refactored Web UI using React 2021-03-25 10:22:43 -04:00
README.md Update Redux Implementation with Redux-Toolkit 2021-08-14 20:59:08 +08:00
package-lock.json no log: Bump @types/react from 16.14.12 to 17.0.19 in /frontend (#1515) 2021-08-24 09:34:07 +08:00
package.json no log: Bump @types/react from 16.14.12 to 17.0.19 in /frontend (#1515) 2021-08-24 09:34:07 +08:00
tsconfig.json Update Redux Implementation with Redux-Toolkit 2021-08-14 20:59:08 +08:00

README.md

Bazarr Frontend

Dependencies

  • Node.js
  • npm (included in Node.js)

Getting Started

  1. Clone or download this repository

    $ git clone https://github.com/morpheus65535/bazarr.git
    $ cd bazarr/frontend
    
  2. Install build dependencies in the project directory

    $ npm install
    
  3. Duplicate .env file and rename to .env.local

    $ cp .env .env.local
    
  4. Fill any variable that defined in .env.local

  5. Run Bazarr backend (Backend must listening on http://localhost:6767)

    $ python3 ../bazarr.py
    
  6. Run the web client for local development

    $ npm start
    

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

npm test

Run the Unit Test to validate app state.

Please ensure all tests are passed before uploading the code

npm run build

Builds the app for production to the build folder.

npm run lint

Format code for all files in frontend folder

This command will be automatic triggered before any commits to git. Run manually if you modify .prettierignore or .prettierrc