A simple and responsive login page built with Svelte.
Clone the repository:
git clone https://github.com/protoxon/SvelteLoginPage.git
cd SvelteLoginPage
Install dependencies:
npm install
Run the development server:
npm run dev -- --open
Open your browser and go to http://localhost:5173
.
To customize the login page edit the Svelte components in the src
folder.