No chromium website https://no-chromium.org/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
trivernis 5b7fc1c22d
Initial svelte content
10 months ago
src Initial svelte content 10 months ago
static Initial svelte content 10 months ago
.eslintignore Initial svelte content 10 months ago
.eslintrc.cjs Initial svelte content 10 months ago
.gitignore Initial svelte content 10 months ago
.npmrc Initial svelte content 10 months ago
.prettierignore Initial svelte content 10 months ago
.prettierrc Initial svelte content 10 months ago
CODE_OF_CONDUCT.md Add code of conduct 10 months ago
LICENSE.md Add LICENSE and README 10 months ago
README.md Initial svelte content 10 months ago
favicon.ico rendered favicon.svg 10 months ago
favicon.svg added favicon.svg 10 months ago
index.html Add title 10 months ago
package-lock.json Initial svelte content 10 months ago
package.json Initial svelte content 10 months ago
redirect.html Add title 10 months ago
style.css Add redirect html 10 months ago
svelte.config.js Initial svelte content 10 months ago
tsconfig.json Initial svelte content 10 months ago
vite.config.ts Initial svelte content 10 months ago

README.md

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.