File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # SEED Angular
2+
3+ ## Prerequisites
4+ - Node v22+
5+ - [ pnpm] ( https://pnpm.io/installation )
6+
7+ ## Setup
8+ 1 . Install Node v22 or newer
9+ 2 . Install pnpm globally: ` npm i -g pnpm `
10+ 3 . Install the project dependencies: ` pnpm i `
11+
12+ ## Actions
13+
14+ ### Run
15+ 1 . Run ` pnpm start `
16+ 2 . Browse to [ localhost:4200] ( http://localhost:4200 )
17+
18+ ### Lint
19+ 1 . Run ` pnpm lint ` , or ` pnpm lint:fix ` to automatically fix issues
20+
21+ ### Update Translations
22+ 1 . Create a ` .env ` file in the root of the project directory that matches the format of ` .env.example ` , and add your Lokalise API key
23+ 2 . Run ` pnpm update-translations `
24+
25+ ## Coding Standards
26+ Refer to [ DEVELOPER.md] ( DEVELOPER.md ) for all coding standards and guidelines.
You can’t perform that action at this time.
0 commit comments