This is a multi-user Supabase workspace/account framework for SvelteKit, based on usebasejump.com with Bootstrap 5 UI supplied by Tabler.
If you're reading this, you've probably already cloned this repository. Good job!
# clone the project
git clone https://github.com/foxflow/account.git
# navigate into the project directory
cd accountAfter cloning the project, install the dependencies:
npm installStart the development server:
npm run dev