# Quickstart: Frontend Development ## Prerequisites - Node.js 18+ - npm ## Setup 1. Navigate to the frontend directory: ```bash cd frontend ``` 2. Install dependencies: ```bash npm install ``` ## Running the Development Server ```bash npm run dev ``` The application will be available at `http://localhost:5173`. ## Using Standard UI Components Import components from `$lib/ui`: ```svelte ``` ## Using Internationalization Import the `t` store from `$lib/i18n`: ```svelte