We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42b5ed commit 690d58dCopy full SHA for 690d58d
README.md
@@ -0,0 +1,24 @@
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
+## Run
13
+1. Run `pnpm start`
14
+2. Browse to [localhost:4200](http://localhost:4200)
15
16
+## Lint
17
+1. Run `pnpm lint`, or `pnpm lint:fix` to automatically fix issues
18
19
+# Update Translations
20
+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
21
+2. Run `pnpm update-translations`
22
23
+## Coding Standards
24
+Refer to [DEVELOPER.md](DEVELOPER.md) for all coding standards and guidelines.
0 commit comments