Skip to content

✨New and Improved SEED Angular Frontend

Notifications You must be signed in to change notification settings

SEED-platform/seed-angular

Repository files navigation

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.

About

✨New and Improved SEED Angular Frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published