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 b42702640a
Move everything in place and add containerfile
10 months ago
src Move everything in place and add containerfile 10 months ago
static Move everything in place and add containerfile 10 months ago
.containerignore Move everything in place and add containerfile 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 Move everything in place and add containerfile 10 months ago
CODE_OF_CONDUCT.md Add code of conduct 10 months ago
Containerfile Move everything in place and add containerfile 10 months ago
LICENSE.md Add LICENSE and README 10 months ago
README.md Initial svelte content 10 months ago
nginx.conf Move everything in place and add containerfile 10 months ago
package-lock.json Move everything in place and add containerfile 10 months ago
package.json Move everything in place and add containerfile 10 months ago
postcss.config.js Move everything in place and add containerfile 10 months ago
svelte.config.js Move everything in place and add containerfile 10 months ago
tailwind.config.js Move everything in place and add containerfile 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.