Board is a versatile web application designed to streamline user analytics and provide valuable insights for your digital projects. Built using Next.js, this user-friendly dashboard offers a wide range of features suitable for various use cases. With seamless integration of Google OAuth through Firebase, Board ensures secure and convenient access for both administrators and users.
- Currently, it supports login using Google OAuth only.
-
Clone the repo
git clone https://github.com/Tanmay000009/Board
-
Change the working directory
cd Board -
Setup
.env.localwithsample.envas a referenceRequires Firebase Authentication setup with Google Provider.
-
Install NPM packages
npm install
-
npm run dev- Start the development server. -
npm run build- Build the project. -
npm run start- Start the production server. -
The application will be accessible at
http://localhost:3000.
Tanmay Vyas