mirror of
https://github.com/tiennm99/mathmax.git
synced 2026-06-17 20:48:30 +00:00
7b75a72a16
- SvelteKit 2 + Svelte 5 + Tailwind 3 (JS only, paths.base=/mathmax) - Vietnamese landing page: hero + scope (lớp 6-9) + 3 topic cards (Số học, Đại số, Hình học) all "Sắp ra mắt" - GitHub Actions: CI (build) on PR + deploy to Pages on main - Apache-2.0 LICENSE, README, RUNBOOK, CHANGELOG
28 lines
264 B
Plaintext
28 lines
264 B
Plaintext
# SvelteKit build output
|
|
.svelte-kit/
|
|
build/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# environment variables
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# editor
|
|
.vscode/
|
|
.idea/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# tooling
|
|
*.tsbuildinfo
|
|
.eslintcache
|