a63c6a5a89
*Total -- 741.36kb -> 689.83kb (6.95%) /frontend/src/lib/editor/checker-bg.svg -- 0.38kb -> 0.16kb (58.44%) /frontend/static/android-chrome-512x512.png -- 307.94kb -> 269.17kb (12.59%) /frontend/src/lib/play/kahoot_mode_assets/0.svg -- 1.51kb -> 1.33kb (12.15%) /frontend/static/android-chrome-192x192.png -- 60.26kb -> 56.61kb (6.06%) /frontend/static/apple-touch-icon.png -- 54.06kb -> 51.18kb (5.34%) /logo.png -- 279.45kb -> 273.98kb (1.96%) /frontend/src/lib/play/kahoot_mode_assets/1.svg -- 2.94kb -> 2.89kb (1.73%) /frontend/static/favicon-32x32.png -- 3.00kb -> 2.95kb (1.56%) /frontend/src/lib/dashboard/start_game_background.svg -- 31.83kb -> 31.58kb (0.8%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
create-svelte
Everything you need to build a Svelte project, powered by create-svelte.
Creating a project
If you're seeing this, you've probably already done this step. Congrats!
# create a new project in the current directory
npm init svelte@next
# create a new project in my-app
npm init svelte@next my-app
Note: the
@nextis temporary
Developing
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
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
You can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.