The best place to find restaurants as-seen-on-TV
git config core.autocrlf false
.vscode
folder 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)data
Restarant data retrieval scriptspublic
Assets served by the Frontendsrc
Source for the Frontendsupabase
Database migrations and backend.In the project directory, you can run:
npm start
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.
npm test
Launches the test runner in the interactive watch mode.\ See the section about running tests for more information.
npm run build
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