Skip to content

TakhirKudusov/gamhome-telegram-web-app

Repository files navigation

👋 Welcome to the repo of Gamhome Telegram Web-App!

You must perform next steps to set up and run this project:

  1. Clone this repo to your local machine:
https://github.com/TakhirKudusov/gamhome-telegram-web-app
  1. Install dependencies:
npm i
  1. Build the project via npm:
npm run build
  1. Start the project via npm:
npm run start

Or you can start with Docker:

#build
docker build -t [NAME] .
#start
docker run -dp 3000:3000 [NAME]

With Docker compose:

#build and start
docker compose up

Open http://localhost:3000 with your browser to see the result.

Enjoy!