Skip to content

tnfshcec/tnfshcec-web

Repository files navigation

tnfshcec-web

Tech Stack

  • Svelte, SvelteKit - Frontend and backend framework
  • melt-ui, bits-ui - Headless components
  • Tailwind - CSS savior
  • mdsvex - Render markdown files as Svelte components
  • unplugin-icons - Directly injected SVG icons
  • inlang, paraglide.js - Internationalization (i18n)

Development

  1. Make sure Node.js and npm are installed.
  2. git clone this repository, then cd into it.
  3. Run npm install to install dependencies.
  4. npm run dev to start the development server.
    • Build: npm run build
    • Preview build: npm run preview