1
0
Fork 0
News ticker overlay for OBS Studio. Written in Svelte. https://spacecruft.org/deepcrayon/scrolltron
 
 
 
Go to file
Jeff Moe a0ab55b8ba mv README template 2022-12-26 14:36:20 -07:00
src mv to top 2022-12-26 14:35:35 -07:00
static Spacecruft favicon 2022-12-21 17:59:07 -07:00
.eslintignore npm create svelte@latest scrolltron 2022-12-21 17:25:38 -07:00
.eslintrc.cjs npm create svelte@latest scrolltron 2022-12-21 17:25:38 -07:00
.gitignore npm create svelte@latest scrolltron 2022-12-21 17:25:38 -07:00
.npmrc npm create svelte@latest scrolltron 2022-12-21 17:25:38 -07:00
.prettierignore npm create svelte@latest scrolltron 2022-12-21 17:25:38 -07:00
.prettierrc npm create svelte@latest scrolltron 2022-12-21 17:25:38 -07:00
README-template.md mv README template 2022-12-26 14:36:20 -07:00
README.md npm create svelte@latest scrolltron 2022-12-21 17:25:38 -07:00
package-lock.json Update svelte-color-picker to multi fork and branch 2022-12-25 18:44:08 -07:00
package.json Update svelte-color-picker to multi fork and branch 2022-12-25 18:44:08 -07:00
svelte.config.js npm create svelte@latest scrolltron 2022-12-21 17:25:38 -07:00
tsconfig.json npm create svelte@latest scrolltron 2022-12-21 17:25:38 -07:00
vite.config.js npm create svelte@latest scrolltron 2022-12-21 17:25:38 -07:00

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.