- 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';
