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
1 year ago
src Initial svelte content 1 year ago
static Initial svelte content 1 year ago
.eslintignore Initial svelte content 1 year ago
.eslintrc.cjs Initial svelte content 1 year ago
.gitignore Initial svelte content 1 year ago
.npmrc Initial svelte content 1 year ago
.prettierignore Initial svelte content 1 year ago
.prettierrc Initial svelte content 1 year ago
CODE_OF_CONDUCT.md Add code of conduct 1 year ago
LICENSE.md Add LICENSE and README 1 year ago
README.md Initial svelte content 1 year ago
favicon.ico rendered favicon.svg 1 year ago
favicon.svg added favicon.svg 1 year ago
index.html Add title 1 year ago
package-lock.json Initial svelte content 1 year ago
package.json Initial svelte content 1 year ago
redirect.html Add title 1 year ago
style.css Add redirect html 1 year ago
svelte.config.js Initial svelte content 1 year ago
tsconfig.json Initial svelte content 1 year ago
vite.config.ts Initial svelte content 1 year 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.