Files
classquiz-ai/frontend
ImgBotApp a63c6a5a89 [ImgBot] Optimize images
*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>
2022-10-06 12:54:08 +00:00
..
2022-10-06 12:54:08 +00:00
2022-10-06 12:54:08 +00:00
2022-07-02 17:20:55 +02:00
2022-02-27 21:23:57 +01:00
2022-02-27 21:23:57 +01:00
2022-02-27 21:23:57 +01:00
2022-09-17 17:43:10 +02:00
2022-09-27 16:19:04 +02:00
2022-10-04 15:38:15 +02:00
2022-07-26 21:51:58 +02:00
2022-02-27 21:23:57 +01:00
2022-04-28 17:53:00 +02:00
2022-07-26 21:51:58 +02:00

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 @next is 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.