Skip to content

Commit

Permalink
docs: suggest to expose server to host
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Jan 23, 2025
1 parent bf83ff1 commit 2c3604c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The website uses the API of InNoHassle services: [Events](https://github.com/one

1. Install [Node.js 20+](https://nodejs.org), [pnpm](https://pnpm.io)
2. Install dependencies: `pnpm install`
3. Start development server: `pnpm run dev`
3. Start development server: `pnpm run dev --host`
4. Open in the browser: https://local.innohassle.ru:3000
> The page will be reloaded when you edit the code
Expand All @@ -76,7 +76,7 @@ The website uses the API of InNoHassle services: [Events](https://github.com/one
### Preview production build

1. Build the application: `pnpm run build`
2. Run the production-like server: `pnpm run preview`
2. Run the production-like server: `pnpm run preview --host`
3. Open in the browser: https://local.innohassle.ru:3000

### Project structure
Expand Down

0 comments on commit 2c3604c

Please sign in to comment.