mirror of
https://github.com/furyhawk/bus_sg_app.git
synced 2026-07-20 09:47:58 +00:00
- Add main application styles in app.css - Create basic HTML structure in app.html - Implement server-side hooks for API proxying in hooks.server.js - Set up layout component in +layout.svelte - Develop main page with endpoint explorer and arrival check functionality in +page.svelte - Configure SvelteKit with adapter in svelte.config.js - Set up Vite configuration for SvelteKit in vite.config.js
27 lines
263 B
Plaintext
27 lines
263 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Build artifacts
|
|
coverage/
|
|
dist/
|
|
build/
|
|
.svelte-kit/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
|
|
# Editor settings
|
|
.vscode/
|
|
.idea/
|