The best place to find restaurants as-seen-on-TV
- Windows Users: Configure Unix-style line endings in Git
git config core.autocrlf false- If you are using VSCode, the
.vscodefolder setting"files.eol": "\n"should take care of this. If you are using another editor make sure it is set to use LF endings (\n) and not CRLF (\r\n)
dataRestarant data retrieval scriptspublicAssets served by the FrontendsrcSource for the FrontendsupabaseDatabase migrations and backend.
- Install Node.js v20. Windows Users: make sure you check "Install Dependencies".
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
This project uses Supabase as it's database. It is also used as the backend and authentication platform. I recommend you create an account linked to your GitHub account.
Download & install from here. You can skip signing in.
Ask to be invited to the org to get access to the project
Follow the getting started guide
supabase login
supabase link
supabase start
You should now be able to see the database locally at http://127.0.0.1:54323/project/default/database/tables