Telegram Joygotchi

This template demonstrates how developers can implement a web application on the Joygotchi platform using the following technologies and libraries:

Install Dependencies

If you have just cloned this template, you should install the project dependencies using the command:

pnpm install

Run

To run the application in the development mode, use the dev script:

pnpm run dev

After this, you will see a similar message in your terminal:

▲ Next.js 14.2.3
- Local:        http://localhost:3000

✓ Starting...
✓ Ready in 2.9s

Run Inside Telegram

To retrieve a link with the HTTPS protocol, consider using the dev:https script:

$ pnpm run dev:https

▲ Next.js 14.2.3
- Local:        https://localhost:3000

✓ Starting...
✓ Ready in 2.4s

Visiting the Local link (https://localhost:3000 in this example) in your browser, you will see the following warning:

SSL Warning

This browser warning is normal and can be safely ignored as long as the site is secure. Click the Proceed to localhost (unsafe) button to continue and view the application.