seanmturley / common-ground

0 stars 0 forks source link

Remove the example/template app #3

Closed seanmturley closed 2 months ago

seanmturley commented 2 months ago

Description

The Supabase Auth with Next.js template from create-next-app comes with a small example app. This should largely be removed to make way for the project proper.

Note: It's best to leave in place a certain amount of the code that is working here, but strip out anything beyond what will be needed in the app, and remove all Tailwind styling. This will save a lot of time dealing with boilerplate code for user authentication - although this will need adapting, it provides a good jumping off point rather than starting from scratch.

See the same process for a previous project for guidance.

seanmturley commented 2 months ago

That should be everything from the example/template app tidied up.