Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bastyen authored Jul 23, 2024
1 parent c76ec3f commit 3e6e085
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion front-end/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ To build and launch frontend, go into `/front-end/` folder and run `npm install`

## Development server

Copy .env.dist to .env then edit it with your data.\
Run `npm start` for a dev server. Navigate to `http://localhost:4200/`.

## Build

Copy and fill .env.dist to .env with your API url
Copy .env.dist to .env then edit it with your data.\
Run `npm run build` to build the project.

## Running unit tests
Expand Down

0 comments on commit 3e6e085

Please sign in to comment.