Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 808 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 808 Bytes

SEED Angular

Prerequisites

Setup

  1. Install Node v22 or newer
  2. Install pnpm globally: npm i -g pnpm
  3. Install the project dependencies: pnpm i
  4. Create a .env file in the root of the project directory that matches the format of .env.example
    1. Add your Lokalise API key
    2. If your SEED instance is running at a location other than http://localhost:8000 add that to the .env file

Actions

Run

  1. Run pnpm start
  2. Browse to localhost:4200

Lint

  1. Run pnpm lint, or pnpm lint:fix to automatically fix issues

Update Translations

  1. Run pnpm update-translations

Coding Standards

Refer to DEVELOPER.md for all coding standards and guidelines.