-
First, clone the repository by executing
git clone https://github.com/swimshahriar/nextjs-blog.git
. -
Then go to the downloaded folder and execute
npm install
oryarn install
. -
Finally, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
Take a look at in the firebase.js
file, you will see the firebase config variables. Fill those with yours by creating a .env.local
file in the root location.