Environment setup
Cloning
git clone https://github.com/yasdpt/insta-quiz.git
cd insta-quizInstalling dependencies
cd server
# install server dependencies
pnpm install
# Create environment variables and replace them with your own values
cp .env.example .envDatabase
Bot
Last updated