Go to file
2022-06-10 14:35:18 +02:00
.storybook Initial add prosemirror editor. 2022-06-06 18:48:59 +02:00
.vscode Initial add prosemirror editor. 2022-06-06 18:48:59 +02:00
alpha Temp commit - doesn't work. 2022-06-07 11:25:34 +02:00
src Lots of additions from outline. 2022-06-10 14:35:18 +02:00
static
tests
.eslintignore
.eslintrc.cjs
.gitignore Works with yarn. 2022-06-07 12:02:54 +02:00
.npmrc
.prettierignore
.prettierrc Initial add prosemirror editor. 2022-06-06 18:48:59 +02:00
jsconfig.json
package.json Use the tailwind css typography. 2022-06-10 12:28:44 +02:00
playwright.config.ts
postcss.config.cjs
README.md
svelte.config.js
tailwind.config.cjs Use the tailwind css typography. 2022-06-10 12:28:44 +02:00
tsconfig.json
yarn.lock Use the tailwind css typography. 2022-06-10 12:28:44 +02:00

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 init svelte

# create a new project in my-app
npm init svelte 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.