Template for admin panel with firebase auth
- Clone this repo with
git clone https://github.com/calebesg/admin-template.git
- Move yourself to the admin-template directory:
cd admin-template
- Run the
npm install
add all dependencies - Config a new project in firebase console
- Add access keys of the firebase in the
.env.local
file
NEXT_PUBLIC_API_KEY= // => your apiKey
NEXT_PUBLIC_AUTH_DOMAIN= // => your authDomain
NEXT_PUBLIC_PROJECT_ID= // => your projectId
- Run ``npm run dev` start app