https://github.com/rajatsandeepsen/dynamos
https://github.com/rajatsandeepsen/dynamos
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rajatsandeepsen/dynamos
- Owner: rajatsandeepsen
- Created: 2023-10-26T15:21:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T14:56:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T12:23:56.266Z (9 months ago)
- Language: TypeScript
- Homepage: https://dynamos.vercel.app
- Size: 426 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Clone and run locally
1. You'll first need a Supabase project which can be made [via the Supabase dashboard](https://database.new)
2. create `.env.local` and update the following:
```
NEXT_PUBLIC_SUPABASE_URL=[INSERT SUPABASE PROJECT URL]
NEXT_PUBLIC_SUPABASE_ANON_KEY=[INSERT SUPABASE PROJECT API ANON KEY]
```Both `NEXT_PUBLIC_SUPABASE_URL` and `NEXT_PUBLIC_SUPABASE_ANON_KEY` can be found in [your Supabase project's API settings](https://app.supabase.com/project/_/settings/api)
3. You can now run the Next.js local development server:
```bash
npm run dev
```The starter kit should now be running on [localhost:3000](http://localhost:3000/).