- New Base layout with topbar, modern nav, CTA section, footer - React block components: Hero, Features, Testimonials, Pricing, FAQ - New pages: index, about-us, contact, portfolio, tech-consult - SVG illustrations: hero, about, contact, portfolio thumbnails, team - Brand design: #fed400 yellow, Kanit + Noto Sans Thai fonts - Tech stack: Astro + React + Emdash CMS
27 lines
283 B
Plaintext
27 lines
283 B
Plaintext
# build output
|
|
dist/
|
|
# generated types
|
|
.astro/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
.env.local
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
|
|
# jetbrains setting folder
|
|
.idea/
|
|
data.db
|