- Get a free API Key at https://supabase.com
- Clone the repo
git clone https://github.com/papeiron/react-blog.git
- Install NPM packages
npm install
- Enter your API in
.env
const API_KEY = 'ENTER YOUR KEY'; const API_URL = 'ENTER YOUR URL';

git clone https://github.com/papeiron/react-blog.git
npm install
.env
const API_KEY = 'ENTER YOUR KEY';
const API_URL = 'ENTER YOUR URL';