A single-user fediverse frontend
Go to file
2022-11-12 20:11:50 -05:00
src 🛂 add login component 2022-11-12 20:11:50 -05:00
static 🎉 npm init svelte 2022-04-22 14:20:51 -04:00
tests 🎉 npm init svelte 2022-04-22 14:20:51 -04:00
.eslintrc.cjs 🎉 npm init svelte 2022-04-22 14:20:51 -04:00
.gitignore 🎉 npm init svelte 2022-04-22 14:20:51 -04:00
.npmrc 🎉 npm init svelte 2022-04-22 14:20:51 -04:00
.prettierrc 🎉 npm init svelte 2022-04-22 14:20:51 -04:00
package-lock.json 🛂 add login component 2022-11-12 20:11:50 -05:00
package.json 🛂 add login component 2022-11-12 20:11:50 -05:00
playwright.config.ts 🎉 npm init svelte 2022-04-22 14:20:51 -04:00
postcss.config.cjs 🛂 add login component 2022-11-12 20:11:50 -05:00
README.md 🎉 npm init svelte 2022-04-22 14:20:51 -04:00
svelte.config.js 🛂 add login component 2022-11-12 20:11:50 -05:00
tailwind.config.cjs 🛂 add login component 2022-11-12 20:11:50 -05:00
tsconfig.json 🎉 npm init svelte 2022-04-22 14:20:51 -04: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.