/polaris

Primary LanguageSvelte

Still in active development more instructions to come

Important links

html - css - javascript docs: https://developer.mozilla.org typescript: https://typescriptlang.org svelte: https://svelte.dev sveltekit: https://kit.svelte.dev tailwindcss: https://tailwindcss.com/docs skeleton: https://skeleton.dev supabase: http://supabase.com

.env file:

PUBLIC_SUPABASE_URL=https://lzcdfendizhuqoqemqdo.supabase.co
PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Imx6Y2RmZW5kaXpodXFvcWVtcWRvIiwicm9sZSI6ImFub24iLCJpYXQiOjE2NzIxMDgwNTMsImV4cCI6MTk4NzY4NDA1M30.unyb2WJx5YNFBP3rihYbzP2NYYs8aknymDsnqdgMWes

Developing

Once you've installed dependencies with npm install, start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.