This is the frontend repository for Usva.
The current production instance can be found at usva.cc and it's hosted in Vercel
Configuration is located in config.ts at the project root.
As you might notice, the only configuration is basically the backend location. Before any changes it's most definitely set to the current production instance- which is not the preferred location. For good development experience we recommend hosting your own local Usva instance.
npm run dev
# or if you prefer yarn,
yarn devTo learn more about Next.js (the framework used to build this app), take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.