Next.js web application powering the ANIS parental control & child monitoring platform - providing parents with an intuitive dashboard for user management, app restrictions, quests, behavior analysis, and location tracking.
# 1. Clone & enter
git clone https://github.com/ANIS-Solutions/Frontend.git && cd Frontend
# 2. Use correct Node version
nvm use
# 3. Install dependencies
pnpm install
# 4. Configure environment
cp .env .env.local
# 5. Start dev server
pnpm dev# Build the application
pnpm build
# Start the production server
pnpm startFound a bug? Open an issue with steps to reproduce.
