Fireblog is a blogging website created using reactjs, firebase and @redux-toolkit. Where user can write and publish their blogs.
https://fireblog-liard.vercel.app
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_PUBLIC_FIREBASE_API_KEY
REACT_APP_PUBLIC_FIREBASE_AUTH_DOMAIN
REACT_APP_PUBLIC_FIREBASE_PROJECT_ID
REACT_APP_PUBLIC_FIREBASE_STORAGE_BUCKET
REACT_APP_PUBLIC_FIREBASE_MESSAGE_SENDER_ID
REACT_APP_PUBLIC_FIREBASE_APP_ID
REACT_APP_PUBLIC_FIREBASE_MEASUREMENT_ID
Clone the project
git clone https://github.com/Kritik-J/fireblog.git
Go to the project directory
cd fireblog
Install dependencies
npm install
Start the server
npm run start