SSO service written in SvelteKit (OAuth2 / OIDC) https://secure.icynet.eu
Go to file
2024-05-18 12:22:05 +03:00
.vscode settings and avatar 2024-05-17 17:31:14 +03:00
private beginning authorize 2024-05-17 23:22:44 +03:00
src oauth2 tokens 2024-05-18 12:22:05 +03:00
static settings and avatar 2024-05-17 17:31:14 +03:00
uploads settings and avatar 2024-05-17 17:31:14 +03:00
.eslintignore Scaffold 2024-05-16 17:49:11 +03:00
.eslintrc.cjs Scaffold 2024-05-16 17:49:11 +03:00
.gitignore all in a days work 2024-05-16 23:17:06 +03:00
.npmrc Scaffold 2024-05-16 17:49:11 +03:00
.prettierignore Scaffold 2024-05-16 17:49:11 +03:00
.prettierrc Scaffold 2024-05-16 17:49:11 +03:00
drizzle.config.ts all in a days work 2024-05-16 23:17:06 +03:00
package-lock.json beginning authorize 2024-05-17 23:22:44 +03:00
package.json beginning authorize 2024-05-17 23:22:44 +03:00
README.md Scaffold 2024-05-16 17:49:11 +03:00
svelte.config.js Scaffold 2024-05-16 17:49:11 +03:00
tsconfig.json Scaffold 2024-05-16 17:49:11 +03:00
vite.config.ts Scaffold 2024-05-16 17:49:11 +03:00

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), 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.

To deploy your app, you may need to install an adapter for your target environment.