one-zero-eight / website

InNoHassle website for accessing ecosystem services at Innopolis University. Student dashboard, personal schedule, room booking, interactive maps, and more.
https://innohassle.ru
MIT License
10 stars 4 forks source link

feat: rewrite to use Vite and TanStack Router instead of Next.js #145

Closed ArtemSBulgakov closed 1 month ago

ArtemSBulgakov commented 1 month ago

This pull request also migrates repo from npm to pnpm:

rm -rf ./node_modules
pnpm install

rm .env.local
cp .env.example .env.local