Files
AdventureLog/frontend
dependabot[bot] 17ecf20cdf Bump rollup from 4.18.0 to 4.24.0 in /frontend
Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.24.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.18.0...v4.24.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-08 15:13:10 +00:00
..
2024-10-07 19:51:45 -04:00
2024-09-06 19:06:24 -04:00
2024-07-08 11:44:39 -04:00
2024-07-08 11:44:39 -04:00
2024-07-08 11:44:39 -04:00
2024-07-08 11:44:39 -04:00
2024-07-08 11:44:39 -04:00
2024-09-13 20:53:48 -04:00
2024-07-08 11:44:39 -04:00
2024-07-08 11:44:39 -04:00
2024-07-08 11:44:39 -04:00
2024-09-07 17:39:47 -04:00
2024-07-08 11:44:39 -04:00
2024-07-08 11:44:39 -04: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 create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

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.