This is a Svelte project for a simple authentication frontend, created using create-svelte.
- Node.js (v14 or higher)
- npm (v6 or higher)
- Clone the repository:
git clone https://github.com/RoryVelthuis/AuthFrontendExample.git
cd AuthFrontendExample- Install dependencies
npm install- Start development server
npm run dev