Skip to content

Commit 690d58d

Browse files
committed
Added README
1 parent c42b5ed commit 690d58d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)