Skip to content

kaist-siml/kaist-siml.github.io

Repository files navigation

SIML Website

This project is based on Svelte 5, SvelteKit, Vite, Bootstrap and sapper-blog-template.

Setup

npm install
npm run dev

Structure

root
├ data                 # Content of website (yaml, md, etc..)
├ src
│ ├ components         # Shared Svelte components
│ ├ routes             # SvelteKit routes (+page.svelte, etc..)
│ ├ utils              # SCSS and JS utilities
│ └ app.html           # Main HTML template
├ static               # Static assets (images, fonts, etc..)
├ svelte.config.js     # SvelteKit configuration
├ vite.config.js       # Vite configuration
└ package.json         # NPM configuration

The majority of time, you may work with data, src/components, and src/routes.

About

Homepage of SIML

Resources

Stars

Watchers

Forks

Contributors