Manage applicants here!
- Clone the repository.
git clone https://github.com/pacs-tmu/terrahacks-admin.git
cd terrahacks-admin
ls -la- Create a
.envfile in the root directory
touch .env.localPaste the following into the .env.local file and fill in the values.
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=- Install dependencies and start development server.
npm install
npm run dev