-
Notifications
You must be signed in to change notification settings - Fork 0
Environment Setup
Luara Oliveira edited this page Jul 3, 2026
·
4 revisions
Complete guide to running Felines locally from scratch.
- Node.js 18 or higher
- npm
- A Supabase account (free tier works)
- An OpenWeatherMap account (free tier works)
git clone https://github.com/luarawork/felines
cd felines
npm install- Go to https://supabase.com and create a free account
- Create a new project
- Wait for the project to initialize (~2 minutes)
- Go to Project Settings → API
- Copy:
-
Project URL (looks like
https://xxxx.supabase.co) -
anon/public key (starts with
eyJ...)
-
Project URL (looks like
- Go to https://openweathermap.org and create a free account
- Go to My API Keys
- Copy your default API key
Create a file called .env.local in the project root: