trifid/tfweb
core 011737c527
frontend magic link, make tokens always end in 'tf'
2023-12-18 12:33:34 -05:00
..
src frontend magic link, make tokens always end in 'tf' 2023-12-18 12:33:34 -05:00
static start the tfweb rewrite 2023-12-16 21:49:03 -05:00
.eslintignore start the tfweb rewrite 2023-12-16 21:49:03 -05:00
.eslintrc.cjs start the tfweb rewrite 2023-12-16 21:49:03 -05:00
.gitignore start the tfweb rewrite 2023-12-16 21:49:03 -05:00
.npmrc start the tfweb rewrite 2023-12-16 21:49:03 -05:00
.prettierignore start the tfweb rewrite 2023-12-16 21:49:03 -05:00
.prettierrc start the tfweb rewrite 2023-12-16 21:49:03 -05:00
README.md start the tfweb rewrite 2023-12-16 21:49:03 -05:00
components.json start the tfweb rewrite 2023-12-16 21:49:03 -05:00
package.json tfweb restart again 2023-12-17 22:07:55 -05:00
pnpm-lock.yaml tfweb restart again 2023-12-17 22:07:55 -05:00
postcss.config.cjs start the tfweb rewrite 2023-12-16 21:49:03 -05:00
svelte.config.js start the tfweb rewrite 2023-12-16 21:49:03 -05:00
tailwind.config.js start the tfweb rewrite 2023-12-16 21:49:03 -05:00
tsconfig.json start the tfweb rewrite 2023-12-16 21:49:03 -05:00
vite.config.ts start the tfweb rewrite 2023-12-16 21:49:03 -05: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.