Skip to content

junwei07/nusc-queuebot-miniapp

 
 

Repository files navigation

nusc-queuebot-miniapp

The repository to hold the NUSC Telegram queuebot project as a native Telegram mini app in React + TypeScript. Previously written in Golang + Postgres at https://github.com/josh1248/telegram-queue-bot .

The API of choice to communicate with Telegram is via @vkruglikov/react-telegram-web-app.

environment variables

The required environment variables are written within the .envTemplate file. The actual strings have been hidden for security reasons.

# Step 1: Clone the repository using the project's Git URL.
git clone <YOUR_GIT_URL>

# Step 2: Navigate to the project directory.
cd <YOUR_PROJECT_NAME>

# Step 3: Install the necessary dependencies.
npm i

# Step 4: Start the development server with auto-reloading and an instant preview.
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 97.8%
  • CSS 1.5%
  • Other 0.7%