Web app created for managing scout's team
A quick introduction of the minimal setup you need to get a this app up & running.
git clone https://github.com/RMaster121/scout-panel-svelte.git
As was was mentioned in the previous step, you need to prepare your local environment. You need to create .env file in the root directory of the project and fill it with your Supabase credentials.
PUBLIC_SUPABASE_URL=your_supabase_url
PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
PRIVATE_SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key
You can contribute to this project by creating pull requests to develop
branch. If you have any questions, feel free to contact me.
This project is licensed under the MIT License - see the LICENSE file for details.