Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocontrini committed Jun 8, 2024
1 parent 36e8531 commit ca83f69
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,38 @@ The application was built with the Nuxt 3 framework.

## Development

Create a `.env` file with the following content:

```
NUXT_API_BASE_URL=https://app-tpl.tndigit.it
NUXT_API_USERNAME=mittmobile
NUXT_API_PASSWORD=ecGsp.RHB3
NUXT_GOATCOUNTER_TOKEN=
```

Install dependencies:

```bash
npm install
```

Start the development server:

```bash
npm run dev
```

TODO
## Production

Build the application:

```bash
npm ci
npm run build
```

Start the production server (you can pass configuration options with environment variables):

```bash
npm start
```

0 comments on commit ca83f69

Please sign in to comment.