homeForBrowser

0

Описание

Языки

  • JavaScript73,5%
  • HTML19,2%
  • Svelte7,3%
README.md

sv

Everything you need to build a Svelte project, powered by

.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

Developing

Once you've created a project and installed dependencies with

npm install
(or
pnpm install
or
yarn
), start a development server:

Building

To create a production version of your app:

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.