Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JDeffner committed Feb 6, 2024
1 parent 94cbef2 commit 25ba03f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ The following is a brief translation of the most important terms:
6. Update the `app.baseURL` variable in the `.env` file with the address you will use to access the application in your web browser.
7. Use whatever deployment method you prefer to deploy the application. See the [CodeIgniter documentation](https://codeigniter4.github.io/userguide/) for more information.

#### Scripts

- `npm run scss`: Watches for changes in `main.scss` and compiles it to `main.css`.
- `phpunit`: Runs the PHPUnit tests in the `tests` directory.
> [!TIP]
> `npm run scss`: Watches for changes in `main.scss` and compiles it to `main.css`.

## Usage

After the correct deployment, you can access the application in your web browser at the address you specified in the `.env` file.
Expand Down Expand Up @@ -160,4 +161,4 @@ You can contact any of the contributors to this project through their respective

@talina2: someEmail

@4kecast: someEmail
@s4kecast: someEmail

0 comments on commit 25ba03f

Please sign in to comment.