Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Bastin <[email protected]>
  • Loading branch information
timbastin authored Dec 30, 2024
1 parent a271c28 commit fa49c28
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,15 @@ To get a local copy up and running follow these simple example steps.
```sh
git clone https://github.com/l3montree-dev/devguard-web.git
```
2. Install NPM packages
2. Copy .env.example to .env
```sh
cp .env.example .env
```
3. Install NPM packages
```sh
npm install
```
3. Start the development server
4. Start the development server
```sh
npm run dev
```
Expand Down

0 comments on commit fa49c28

Please sign in to comment.