Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
docs: update readme++

docs: update readme+++
  • Loading branch information
tericcabrel committed Dec 12, 2023
1 parent 15d90b4 commit 578eb8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ Delete the existing folders output from build commands
```shell
yarn clean
```

Install node modules
````shell
yarn install
````

Create configuration file from the template
```shell
cp .env.template .env.local
Expand Down Expand Up @@ -58,14 +60,17 @@ Run the command below to run all the tests
```shell
yarn test
```

To run a specific test file, append the filename after the command
```shell
yarn test home.test.ts
```


## Lint the project
ESLint and Prettier are used to normalize the code style across the project.
Linting the code make sure there is no error

```shell
yarn lint
```

0 comments on commit 578eb8c

Please sign in to comment.