Skip to content

indexss/Home2022

 
 

Repository files navigation

CSU Apple Lab (iOS Club) Home Page

Source code of our new home page.

Developing

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

Deploy

deploy to https://csu-apple-lab.github.io/

npm run deploy

Troubles shooting

  1. hot-reload not working

SvelteKit has supported hot-reload out of the box, if it doesn't work, check these out:

  1. you are not running inside WSL (it causes some problems)
  2. the format of your .svelte is correct (like <p/> will causes hot-reload not working).

Todo

    • Main page
    • Members list
    • Recruit page

Team

name email
Rick Lin 8208200137@csu.edu.cn

About

New home page powered by Svelte

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 76.6%
  • TypeScript 18.8%
  • JavaScript 3.7%
  • Other 0.9%