A next-gen approach for minimizing server costs in using serverless functions using fusion functions.
- Clean UI built with reusable components
- Secure login flow via GitHub OAuth
- Dashboard to display user repositories
- Type-safe code with TypeScript
Before you begin, ensure you have the following installed:
- Node.js (v18 or newer)
npmoryarnnp
Follow these steps to get the client application running on your local machine.
git clone <your-client-repo-url>
cd <repository-folder-name>Install all the required npm packages.
npm installThis project uses a .env.local file for environment variables.
You are not getting this... hahahaha
You're ready to go! Start the Next.js development server.
npm run devThe application will now be running and accessible at http://localhost:3000.