[!important] Need nodejs and pnpm
Linux/MacOS:
git clone https://github.com/FuSoraS/birthday-26.git --depth=1 &&
cd birthday-26 &&
cp .env.example .env &&
pnpm install &&
pnpm run dev
Windows:
git clone https://github.com/FuSoraS/birthday-26.git --depth=1 &&
cd birthday-26 &&
copy .env.example .env &&
pnpm install &&
pnpm run dev
This project uses several environment variables to configure its behavior. The .env.example file has the variables needed for customization.