Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.54 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.54 KB

Admin Template


Template for admin panel with firebase auth

GitHub language count Repository size License MIT


💻 Technologies

🏃💨 Getting started

  1. Clone this repo with git clone https://github.com/calebesg/admin-template.git
  2. Move yourself to the admin-template directory: cd admin-template
  3. Run the npm install add all dependencies
  4. Config a new project in firebase console
  5. 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
  1. Run ``npm run dev` start app