Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 985 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 985 Bytes

SvelteKit GitLab Oauth2 POC

See this issue to discover the journey of this Proof Of Concept.

Getting started

$ cp .envrc.example .envrc

Fill .envrc file with your GitLab application parameters

Install packages:

$ pnpm install

Launch application:

$ pnpm run dev

Open your browser on http://127.0.0.1:3000