██████╗ █████╗ ███╗ ███╗██╗ ██╗ █████╗ ███╗ ███╗███████╗ ███╗ ██╗███████╗██╗ ██╗████████╗
██╔════╝░██╔══██╗████╗ ████║██║░░██║██╔══██╗████╗ ████║██╔════╝░░░░░░████╗░██║██╔════╝╚██╗██╔╝╚══██╔══╝
██║░░██╗░███████║██╔████╔██║███████║██║░░██║██╔████╔██║█████╗░░█████╗██╔██╗██║█████╗░░░╚███╔╝░░░░██║░░░
██║░░╚██╗██╔══██║██║╚██╔╝██║██╔══██║██║░░██║██║╚██╔╝██║██╔══╝░░╚════╝██║╚████║██╔══╝░░░██╔██╗░░░░██║░░░
╚██████╔╝██║░░██║██║░╚═╝░██║██║░░██║╚█████╔╝██║░╚═╝░██║███████╗░░░░░░██║░╚███║███████╗██╔╝╚██╗░░░██║░░░
░╚═════╝░╚═╝░░╚═╝╚═╝░░░░░╚═╝╚═╝░░╚═╝░╚════╝░╚═╝░░░░░╚═╝╚══════╝░░░░░░╚═╝░░╚══╝╚══════╝╚═╝░░╚═╝░░░╚═╝░░░
- Clone this repo to your local machine:
https://github.com/TakhirKudusov/gamhome-next
- Install dependencies:
npm i
- Build the project via npm:
npm run build
- Start the project via npm:
npm run start
#build
docker build -t [NAME] .
#start
docker run -dp 3000:3000 [NAME]
#build and start
docker compose up
Open http://localhost:3000 with your browser to see the result.